Skip to content

Instantly share code, notes, and snippets.

@mikerodionov
Last active April 18, 2019 07:41
Show Gist options
  • Save mikerodionov/32f72f5c223ddde928865c39da37a227 to your computer and use it in GitHub Desktop.
Save mikerodionov/32f72f5c223ddde928865c39da37a227 to your computer and use it in GitHub Desktop.
#Open PS session to one of your domain controllers if necessary:
Enter-PSSession -ComputerName cndrm-dc01 -Credential DOMAIN\administrator
#Select IsGlobalCatalog propery for your DCs:
Get-ADDomainController -Filter * | Select-Object -Property Name,IsGlobalCatalog | Format-Table -AutoSize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment