Get WinRM configuration remotely with PowerShell

Hello,

You can check/get WinRM configuration with Get-WSManInstance :

Get-WSManInstance winrm/config/Listener -Enumerate -ComputerName Localhost

WinRMConf

If WinRM is disabled, you’ll get :
WinRMConf-Error

This can be helpful for reporting purposes.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.