Fix typo in AD.psm1

Change-Id: If7a0f94d4f254876b8d36dde5b8b26eac95aa04c
TrivialFix:"succesfully" should be "successfully"
This commit is contained in:
zhangyanxian 2017-02-06 03:54:03 +00:00
parent 15cf0b6ebb
commit 824b3567ed
1 changed files with 1 additions and 1 deletions

View File

@ -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