I might be in the wrong category for this but my issue is really about enabling WinRM so that I can connect to my hyper-v server.
I have set my network connection type to private, but when I try to do winrm quickconfig it reports that it wont work because its public.
PS C:\Windows\system32> Get-NetConnectionProfile Name : Network InterfaceAlias : Ethernet InterfaceIndex : 13 NetworkCategory : Private IPv4Connectivity : Internet IPv6Connectivity : NoTraffic
PS C:\Windows\system32> winrm quickconfig WinRM service is already running on this machine. WSManFault Message ProviderFault WSManFault Message = WinRM firewall exception will not work since one of the network connection types on this machine is set to Public. Change the network connection type to either Domain or Private and try again. Error number: -2144108183 0x80338169 WinRM firewall exception will not work since one of the network connection types on this machine is set to Public. Change the network connection type to either Domain or Private and try again.
I'm really stuck on this one. Maybe it would help to connect through a domain but my plan was to run my domain server on this hyper-v host that I'm unable to connect to.