From 31645c39e7d2de71785407eef247764ab8997602 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Wed, 23 Oct 2024 11:48:11 +0200 Subject: [PATCH] docs/powershell.md aktualisiert --- docs/powershell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```