-
Notifications
You must be signed in to change notification settings - Fork 11
Change example WinRM command #267
Copy link
Copy link
Closed
Labels
A-DocumentationRelates to documentationRelates to documentationT-EnhancementAdding to the things that already existAdding to the things that already exist
Description
Improvement Request
The example WinRM check runs netstat, which can cause spurious failures on some systems. netstat will display all current WinRM connections (among other things), and on some boxes the command will take 2 or 3+ seconds to print each line. Other commands like whoami, ls, and dir work fine.
The example check should be modified to run whoami, and the issues with netstat should be added to the docs for the WinRM check.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-DocumentationRelates to documentationRelates to documentationT-EnhancementAdding to the things that already existAdding to the things that already exist