diff --git a/docs/powershell.md b/docs/powershell.md index 6a14d75..be33346 100644 --- a/docs/powershell.md +++ b/docs/powershell.md @@ -81,7 +81,7 @@ New-NetRoute -DestinationPrefix '172.16.0.0/20' -InterfaceIndex '7' -NextHop '17 ## Change-Serverrolle-im-DHCP > Command: Move-ADDirectoryServerOperationMasterRole -Identity [Ziel-DC] -OperationMasterRole [Role] -> Command: SchemaMaster,RIDMaster,InfrastructureMaster,DomainNamingMaster,PDCEmulator +> Rollen: SchemaMaster,RIDMaster,InfrastructureMaster,DomainNamingMaster,PDCEmulator ```ruby Move-ADDirectoryServerOperationMasterRole -Identity 'DC01' -OperationMasterRole PDCEmulator ```