Solve remote PowerShell errors trying to enable cluster aware updating.Solve remote PowerShell errors trying to enable cluster aware updating.
Solve common remote PowerShell issues when enabling cluster aware updating.
John Savill
November 26, 2016
1 Min Read
Q. I'm trying to enable cluster-aware updating on Windows Server 2016 but I have errors related to remote PowerShell and firewall ports, what can I do?
A. On some systems I've seen problems related to remote PowerShell execution and remote shutdown. To solve the problems perform the following on the problem nodes:
To enable PowerShell remoting run:
Enable-PSRemoting - forceTo confirm the state use:
get-service winrmTo enable the remote rule to enable remote shutdown open Windows Firewall with Advanced Security
Set Inbound Rule for Remote Shutdown (RPC-EP-In) to Enabled
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like