Fix typo in AD.psm1
Change-Id: If7a0f94d4f254876b8d36dde5b8b26eac95aa04c TrivialFix:"succesfully" should be "successfully"
This commit is contained in:
parent
15cf0b6ebb
commit
824b3567ed
@ -29,7 +29,7 @@ function Install-ActiveDirectoryDomainController {
|
||||
try {
|
||||
if (Is-DomainInstalled -fullDomainName $DomainName) {
|
||||
Send-HeatWaitSignal -Endpoint $ADWaitConditionEndpoint `
|
||||
-Message "Active Directory has been succesfully installed" `
|
||||
-Message "Active Directory has been successfully installed" `
|
||||
-Success $true -Token $ADWaitConditionToken
|
||||
} else {
|
||||
Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools
|
||||
|
Loading…
x
Reference in New Issue
Block a user