Some time ago I posted a script to remotely enable WinRM on a machine. I have to admit it was fairly kludgy in that it had a lot of moving parts that had to execute just right. Registry edits to turn on features, create listener config, modify firewall rules, and then cmdlets to remotely stop […]
Like any admin/tech support rep I don’t like to do tedious things over and over again. I’ve been learning VBScript to automate a lot of things. I’ve written a handful of scripts/scraps so far. The one below is quite useful in gathering data about a list of remote computers. It accepts input from a text […]