Skip to content

Commit 3a099f3

Browse files
committed
Typo fixed
1 parent 1787869 commit 3a099f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Blog/PowerShell/Install-WAC.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ msiexec /i $WAC_Installer /qn SME_PORT=$Port SSL_CERTIFICATE_OPTION=generate
2626
#Post Installation Checks
2727
do {
2828
if ((Get-Service ServerManagementGateway).status -ne "Running"){
29-
Write-Output "Starting for Windows Admin Center"
29+
Write-Output "Starting Windows Admin Center Service"
3030
Start-Service ServerManagementGateway
3131
}
3232
Start-sleep -Seconds 5

0 commit comments

Comments
 (0)