I get some reports which give the path to files as an 8.3 DOS “short” file name, filled with tildes and numbers, such as “c:\progra~2\wid6e1~1\v3.5\sqmapi.dll” for the file “c:\Program Files (x86)\Windows Identity Foundation\v3.5\SqmApi.dll”. It is easy to go from the long file name to the short file name with a script. What is less easy…
Month: April 2014
Finding the Renamed Domain Admin Account
A good practice is to rename the domain administrator account in an Active Directory domain. When doing auditing, you will want to know what the name of that account really is. Get-DomainAdmin.ps1 is a script which will give you this information for any domain in your forest. It requires the ActiveDirectory module to run.