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

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.
This commit is contained in:
James Beake 2017-11-05 21:46:07 +10:00 committed by jhawkesworth
parent b5f1fc850b
commit 162ca628d4

View file

@ -139,7 +139,7 @@ listener created and configured.
To view the current listeners that are running on the WinRM service, run the To view the current listeners that are running on the WinRM service, run the
following command:: following command::
winrm enumerate winrm/config/Listeners winrm enumerate winrm/config/Listener
This will output something like the following:: This will output something like the following::