Winodows Server 2016 Create firerules

 

 

 

New-NetFirewallRule -DisplayName "allow 3389" -Direction Inbound -Action Allow -Protocol tcp -LocalPort 3389 -RemoteAddress @("10.72.15.168", "10.168.156.141")

 

posted @ 2019-08-30 18:04  OpenPoint  阅读(239)  评论(0)    收藏  举报