Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make sure WinRM is enabled

    Run the following command:

    Code Block
    winrm quickconfig

     

    Image Added
  2. Enable "AllowUnencrypted"

    Run the following command:

    Code Block
    winrm set winrm/config/service @{AllowUnencrypted="true"}

     

    Image Added
  3. Add Gateway host to WinRM trusted hosts

    Run the following command:

    Code Block
    winrm set winrm/config/client @{TrustedHosts="<Gateway Host 1>,<Gateway Host 2>,..."}

     

    Please make sure the failover Gateway Host (when configured) is included

    Image Added
  4. Enable Basic Authentication (Optional) 

    If the monitored Windows host is a standlone computer (not part of a Domain) the Basic authentication needs to be enabled. Run the following command:

    Code Block
    winrm set winrm/config/service/auth @{Basic="true"}

     

...

  1. Image Added

 5. Verify if WinRM is running by opening Services.msc

...

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@42be7cf
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "ITCKB"
labelskb-how-to-article

...