Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows Server 2008のファイアウォール設定をバックアップすることは可能ですか?
私はこれがあなたが探しているものだと思います:
http://www.windowsnetworking.com/articles_tutorials/Configure-Windows-2008-Advanced-Firewall-NETSH-CLI.html
書き出す
ファイアウォールの現在のすべての構成をファイルにエクスポートできます。行った構成が気に入らない場合は、すべての設定をファイルにバックアップして復元できるため、このコマンドは非常に役立ちます。
次に例を示します。
netsh advfirewall export“ c:\ advfirewall.wfw” </ p>