Anyone know how to change the server/service port?
I've created a listener, but I think I need to change the WinRM client
and server to use the new port...
PS C:\> Set-WSManInstance -ResourceURI
winrm/config/service/DefaultPorts -Value @{HTTP="6000"}
Set-WSManInstance : The WinRM client cannot process the request
because it is trying to update a read-only setting. Rem
ove this setting from the command and try again.
At line:1 char:18
+ Set-WSManInstance <<<< -ResourceURI
winrm/config/service/DefaultPorts -Value @{HTTP="6000"}
+ CategoryInfo : InvalidOperation: (
[Set-WSManInstance], InvalidOperationException
+ FullyQualifiedErrorId :
WsManError,Microsoft.WSMan.Management.SetWSManInstanceCommand



