Hey,
Check the firewall on the hosts. Firewall should have firewall inbound rule for Windows Remote Management (HTTP-In). https://learn.microsoft.com/en-us/windows-server/failover-clustering/cluster-aware-updating-requirements
In addition, you should try:
- Enable-PSRemoting - force
- To confirm the state use: get-service winrm
- To 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
Cheers,
Alex Bykovskyi
StarWind Software
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.