Skip to content

Instantly share code, notes, and snippets.

@Celoxocis
Created February 5, 2018 13:04
Show Gist options
  • Save Celoxocis/2da49a70ce87e10c408d8aa456bff92d to your computer and use it in GitHub Desktop.
Save Celoxocis/2da49a70ce87e10c408d8aa456bff92d to your computer and use it in GitHub Desktop.
Deaktivieren
Set-ADObject -Identity (Get-ADDomainController -Identity $env:ComputerName).NTDSSettingsObjectDN -Replace @{options='0'}
Aktivieren
Set-ADObject -Identity (Get-ADDomainController -Identity $env:ComputerName).NTDSSettingsObjectDN -Replace @{options='1'}
wobei "$env:ComputerName" = aktueller DC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment