چگونه برای اضافه کردن, حذف و مشاهده قوانین فایروال در Windows PowerShell?
Add firewall rule New-NetFirewallRule -Name sshd -DisplayName ‘OpenSSH Server (sshd)’ -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22
ادامه خواندنAdd firewall rule New-NetFirewallRule -Name sshd -DisplayName ‘OpenSSH Server (sshd)’ -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22
ادامه خواندنکلمه کلیدی new-item یک فایل جدید در سیستم فایل ایجاد می کند. The type of item new item creates depends on where the
ادامه خواندن