# Get-FSMOHolders.ps1 # Gets the names of the systems holding the 5 FSMO holders # Runs on a domain-joined machine # Thomas Lee - tfl@psp.co.uk # Get host,forest and domain details $Hostname = hostname $forest = [DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest() $domain = [DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain
Read More...
Read the complete post at http://pshscripts.blogspot.com/2008/12/get-fsmoholdersps1.html
Posted
Dec 17 2008, 03:41 AM
by
PowerShell Scripts