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:
parent
888de842b3
commit
836677522d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue