ವರ್ಗ: PowerShell

How to add, remove and view firewall rules in Windows Powershell

How to add, remove and view firewall rules in Windows Powershell?

Add firewall rule New-NetFirewallRule -Name sshd -DisplayName ‘OpenSSH Server (sshd)’ -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22

ಓದುವುದನ್ನು ಮುಂದುವರಿಸಿ