mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Specified https firewall rule to only use public profile
This commit is contained in:
parent
2316b7785c
commit
cd28044006
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in a new issue