From 162ca628d4d4c52a59b54e9d4713ef0267127995 Mon Sep 17 00:00:00 2001 From: James Beake Date: Sun, 5 Nov 2017 21:46:07 +1000 Subject: [PATCH] fix typo/ URI error (#32531) URI uses singular: "Listener" Using current command Listener(s) - plural generates the following error: PS C:\windows\system32> winrm enumerate winrm/config/Listeners WSManFault Message ProviderFault WSManFault Message = The WS-Management service cannot process the request. The resource URI does not support the Enumerate operation. Error number: -2144108495 0x80338031 The WS-Management service cannot process the request because the WS-Addressing Action URI in the request is not compatible with the resource. --- docs/docsite/rst/windows_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/windows_setup.rst b/docs/docsite/rst/windows_setup.rst index 270f6ef5e2..a7366eec54 100644 --- a/docs/docsite/rst/windows_setup.rst +++ b/docs/docsite/rst/windows_setup.rst @@ -139,7 +139,7 @@ listener created and configured. To view the current listeners that are running on the WinRM service, run the following command:: - winrm enumerate winrm/config/Listeners + winrm enumerate winrm/config/Listener This will output something like the following::