mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07: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:
|
To remove a WinRM listener:
|
||||||
|
|
||||||
.. code-block: powershell
|
.. code-block:: powershell
|
||||||
|
|
||||||
# remove all listeners
|
# remove all listeners
|
||||||
Remove-Item -Path WSMan:\localhost\Listener\* -Recurse -Force
|
Remove-Item -Path WSMan:\localhost\Listener\* -Recurse -Force
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue