
Solution:
1. Set all network to “private”;
To find the network adapter profiles, type Get-NetConnectionProfile
and press enter.

Set-NetConnectionProfile -InterfaceIndex 6 -NetworkCategory Private

WinRM quickconfig

Solution:
1. Set all network to “private”;
To find the network adapter profiles, type Get-NetConnectionProfile
and press enter.
Set-NetConnectionProfile -InterfaceIndex 6 -NetworkCategory Private
WinRM quickconfig
Legend, saved me a heap of time and made me realise my wifi was set to public for some reason 🤷♂️
LikeLike