PS C:\> Set-Item -Force WSMan:\localhost\Service\IPv4Filter *
Set-Item : The config setting IPv4Filter cannot be changed because is controlled by policies. The policy would need to be set to "Not Configured" in order to change the config setting.
At line:1 char:1
+ Set-Item -Force WSMan:\localhost\Service\IPv4Filter *
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Set-Item], InvalidOperationException
+ FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.PowerShell.Commands.SetItemCommand
So yes - some group policy is responsible for that. I just need to find out how to find and change that Group Policy...
no subject
So yes - some group policy is responsible for that.
I just need to find out how to find and change that Group Policy...