From c45d95da57e5d97881cf823e037b49bb898fafed Mon Sep 17 00:00:00 2001 From: David Lamb <43100963+fuselamb@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:59:00 -0700 Subject: [PATCH] Corrected spelling error on line 281 Spelling error in the code example on line 281 has been corrected. Was "-DomainControllerAccuntName" Changed to "-DomainControllerAccountName" --- .../Install-Active-Directory-Domain-Services--Level-100-.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.