Tuesday, August 28, 2018

WinRM and Telnet

Telnet is a tool for seeing if you can hit a particular server at a particular port without being blocked by a firewall. I think you quit the shell by either typing "quit" or with just the "q" key. WinRM (Windows Remote Management) is a remote manager which allows you to push commands to other environments from afar. You run its commands at the command prompt in Windowland and this command barfs up what is in the configuration file:

winrm get winrm/config

 
 

This command alters a key in the configuration file:

winrm set winrm/config/client @[TrustedHost="*"]

No comments:

Post a Comment