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 […]
EDIT: This is my old, kludgey way of doing it. Please see this new post: Remotely Enabling WinRM – Improved! ********************* This post is going to build off of the technique I used in my previous post. My company only recently deployed Powershell to all of our XP devices. But neither the XP nor Windows […]