We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1787869 commit 3a099f3Copy full SHA for 3a099f3
Blog/PowerShell/Install-WAC.ps1
@@ -26,7 +26,7 @@ msiexec /i $WAC_Installer /qn SME_PORT=$Port SSL_CERTIFICATE_OPTION=generate
26
#Post Installation Checks
27
do {
28
if ((Get-Service ServerManagementGateway).status -ne "Running"){
29
- Write-Output "Starting for Windows Admin Center"
+ Write-Output "Starting Windows Admin Center Service"
30
Start-Service ServerManagementGateway
31
}
32
Start-sleep -Seconds 5
0 commit comments