powershell
Powershell and Firewall
Change Firewall Profile Get active firewall profiles Get-NetConnectionProfile List network adapters Get-NetAdapter get network adapter profile (see current profile) Get-NetConnectionProfile -InterfaceIndex 6 Set profile on interface Set-NetConnectionProfile -InterfaceIndex 6 -NetworkCategory Private »
Powershell Networking
Powershell and Firewall »
Powershell
Learning tools / exercises https://github.com/vexx32/PSKoans https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-6 https://www.tutorialspoint.com/ https://powershellexplained.com/tags/?utm_source=reddit&utm_medium=comment&utm_content=powershell_the_final_frontier https://powershell.org/free-resources/ »