wsmanfault running winrm quickconfig

EMickelson 1 Reputation point
2022-09-15T14:23:22.737+00:00

getting the following after running winrm quickconfig on Server 2016 domain joined

wsmanfault
message = The parameter is incorrect.

Error number: -2147024809 0x80070057

Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
435 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 36,336 Reputation points Microsoft Vendor
    2022-09-23T09:14:09.167+00:00

    Hi @EMickelson ,

    The winrm quickconfig command (or the abbreviated version winrm qc) performs these operations.

    Starts the WinRM service, and sets the service startup type to auto-start.
    Configures a listener for the ports that send and receive WS-Management protocol messages using either HTTP or HTTPS on any IP address.
    Defines ICF exceptions for the WinRM service, and opens the ports for HTTP and HTTPS.

    You can try to take the above steps manually and see if there are any erros.

    https://learn.microsoft.com/en-us/windows/win32/winrm/installation-and-configuration-for-windows-remote-management

    Best Regards,
    Ian Xue


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. EMickelson 1 Reputation point
    2022-09-27T13:44:55.787+00:00

    Thank you for the assistance.
    running any winrm command returns the wsmanfault message from above(again shown below)
    The winrm service is running on the computer in question. There is just no configuration.

    example, all winrm commands produce the same error:
    winrm enumerate winrm/config/listener
    winrm quickconfig -transport:https
    winrm get config/listener

    wsmanfault
    message = The parameter is incorrect.

    Error number: -2147024809 0x80070057

    0 comments No comments

  3. Allan Pena 0 Reputation points
    2023-09-08T18:16:04.55+00:00

    Hello friend.

    i have the same issue, did you solved it?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.