1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed up code-block for powershell block

This commit is contained in:
Jordan Borean 2017-10-17 13:36:49 +10:00
parent 888de842b3
commit 836677522d

View file

@ -232,7 +232,7 @@ Delete WinRM Listener
+++++++++++++++++++++
To remove a WinRM listener:
.. code-block: powershell
.. code-block:: powershell
# remove all listeners
Remove-Item -Path WSMan:\localhost\Listener\* -Recurse -Force