From cd280440068fe37e68104ca1ed21e02893c1234a Mon Sep 17 00:00:00 2001 From: Craig Ackerman Date: Thu, 19 Jun 2014 19:40:31 +0000 Subject: [PATCH] Specified https firewall rule to only use public profile --- docsite/rst/intro_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst index 6829a24c1ce..7389e0a4fa1 100644 --- a/docsite/rst/intro_windows.rst +++ b/docsite/rst/intro_windows.rst @@ -108,7 +108,7 @@ Again, if your Windows firewall is enabled, the following command to allow firew .. code-block:: bash # Windows 2008 / 2008R2 / 2012 / 2012R2 - $ netsh advfirewall firewall add rule name="Allow WinRM HTTPS" dir=in localport=5986 protocol=TCP action=allow + $ netsh advfirewall firewall add rule Profile=public name="Allow WinRM HTTPS" dir=in localport=5986 protocol=TCP action=allow It's time to verify things are working::