ActiveXperts Knowledge Base Article 7260100

Our mission at ActiveXperts Software is to deliver high quality Network Monitoring solutions and Windows Development components. Our goal is to supplement these solutions with timely support resources that can help at many different levels.
The first thing you want to do is try to find the answer to your problem in the Knowledge Base. If you cannot find an answer to your question in our Knowledge Base, or if you need additional information or assistance, please use our Contact Support form.


Q7260100 - How do I verify WinRM only (without WMI) on a (remote) Windows machine?

If you just want to check if WinRM is enabled or disabled without checking WMI, use the following Powershell command:

Test-WSMan -ComputerName MYSERVER01 -Authentication default

OR, if you want to use credentials other than the one you logged in with:

Test-WSMan -ComputerName MYSERVER01 -Credential "MYDOMAIN01\Administrator" -Authentication default

If you cannot find an answer to your question(s) in our Knowledge Base, or if you need additional information or assistance, please contact our Customer Support using our Contact Support Form

M