diff --git a/WindowsServerDocs/identity/ad-ds/deploy/Install-Active-Directory-Domain-Services--Level-100-.md b/WindowsServerDocs/identity/ad-ds/deploy/Install-Active-Directory-Domain-Services--Level-100-.md index 5f4fa23847..42544e2df8 100644 --- a/WindowsServerDocs/identity/ad-ds/deploy/Install-Active-Directory-Domain-Services--Level-100-.md +++ b/WindowsServerDocs/identity/ad-ds/deploy/Install-Active-Directory-Domain-Services--Level-100-.md @@ -278,7 +278,7 @@ Install-ADDSDomainController -Credential (Get-Credential CONTOSO\EnterpriseAdmin The command syntax to create an RODC account is as follows. Optional arguments appear within square brackets. ``` -Add-ADDSReadOnlyDomainControllerAccount [-SkipPreChecks] -DomainControllerAccuntName -DomainName -SiteName [-AllowPasswordReplicationAccountName ] [-NoGlobalCatalog] [-Credential ] [-DelegatedAdministratorAccountName ] [-DenyPasswordReplicationAccountName ] [-InstallDNS] [-ReplicationSourceDC ] [-Force] [-WhatIf] [-Confirm] [] +Add-ADDSReadOnlyDomainControllerAccount [-SkipPreChecks] -DomainControllerAccountName -DomainName -SiteName [-AllowPasswordReplicationAccountName ] [-NoGlobalCatalog] [-Credential ] [-DelegatedAdministratorAccountName ] [-DenyPasswordReplicationAccountName ] [-InstallDNS] [-ReplicationSourceDC ] [-Force] [-WhatIf] [-Confirm] [] ``` The command syntax to attach a server to an RODC account is as follows. Optional arguments appear within square brackets.