fixed up code-block for powershell block

pull/4420/head
Jordan Borean 2017-10-17 13:36:49 +10:00
parent 888de842b3
commit 836677522d
1 changed files with 1 additions and 1 deletions

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