mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fixed error handling for the enabling of PS Remoting
This commit is contained in:
@@ -98,13 +98,7 @@ ElseIf ((Get-Service "WinRM").Status -ne "Running")
|
||||
If (!(Get-PSSessionConfiguration -Verbose:$false) -or (!(Get-ChildItem WSMan:\localhost\Listener)))
|
||||
{
|
||||
Write-Verbose "Enabling PS Remoting."
|
||||
Try
|
||||
{
|
||||
Enable-PSRemoting -Force -ErrorAction SilentlyContinue
|
||||
}
|
||||
Catch
|
||||
{
|
||||
}
|
||||
Enable-PSRemoting -Force -ErrorAction Stop
|
||||
}
|
||||
Else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user