adjust WinRM service configuration message text

fixes #17478
pull/12981/merge
nitzmahone 8 years ago
parent 8b71bb13ce
commit ee080eddb5

@ -103,7 +103,7 @@ ElseIf ((Get-Service "WinRM").Status -ne "Running")
{ {
Write-Verbose "Starting WinRM service." Write-Verbose "Starting WinRM service."
Start-Service -Name "WinRM" -ErrorAction Stop Start-Service -Name "WinRM" -ErrorAction Stop
Write-Verbose "Start WinRM service automatic" Write-Verbose "Setting WinRM service to start automatically on boot."
Set-Service -Name "WinRM" -StartupType Automatic Set-Service -Name "WinRM" -StartupType Automatic
} }

Loading…
Cancel
Save