Advice on Resetting KRBTGT Password: Which Script Should I Use?

0
16
Asked By TechWizard88 On

Hello! I'm looking for recommendations on how to reset the KRBTGT password for an old domain. There are countless scripts and guides available, and it's a bit overwhelming. One script I found hasn't been updated since 2020, and I'm not sure if it's still valid or effective. I also came across a newer one that isn't officially from Microsoft. Which script do you think is the best option?

5 Answers

Answered By ScriptMaster9000 On

We regularly use the New-KrbtgtKeys.ps1 script for our resets. It’s been reliable for us.

Answered By ITProJoe On

In my experience with larger companies, we do this every six months, too. Currently working on bringing this process from development to production, and we stick with the New-KrbtgtKeys.ps1 script.

Answered By AdminGuru42 On

Microsoft suggests resetting the KRBTGT password every six months for security reasons. However, they don’t provide a solid guide on how to do it properly. For straightforward setups, you might just be able to right-click the KRBTG account and reset the password. After that, it’s smart to do it again after 24 hours.

Answered By SimpleAdmin On

If your Active Directory is in good shape, you might not even need a script! You can just open the run box, mash your keyboard for a random string, and then paste that into the ADU&C UI to reset the password.

Answered By SkepticalSysAdmin On

There's a bit of irony here—if you need a script to reset the KRBTGT password, you might want to reassess if you should be handling these tasks at all. You should really have your AD replication health validated before making any changes.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.