Added FW commands to allow access to HTTPS listener

This commit is contained in:
Craig Ackerman 2014-06-19 17:08:17 +00:00 committed by Matt Martz
commit cd3edf1eba
2 changed files with 4 additions and 3 deletions

View file

@ -102,7 +102,7 @@ Alternatively, a self-signed SSL certificate can be generated in powershell usin
# Delete the http listener
$ WinRM delete winrm/config/listener?Address=*+Transport=HTTP
Again, if your Windows firewall is enabled, you must also run the following command to allow firewall access to the public firewall profile:
Again, if your Windows firewall is enabled, the following command to allow firewall access to the HTTPS listener:
.. code-block:: bash