A network category can be important for several things, but usually for Windows firewall rules. To get the current network and its category, run the following in PowerShell: Get-NetConnectionProfile To change the location category, run this in an elevated PowerShell session using the network name returned from Get-NetConnectionProfile: Set-NetConnectionProfile -Name <network name> -NetworkCategory [Public | […]
Tag: networking
Quick TipsQuick Tips
0 Comment
Find various short tips spanning several areas. Each tip is a bit short for its own post, but may be expanded or incorporated into one.