Enable Windows 2003 for Powershell Remote Management
I have this web server that I manage and from time to time I need to do a system restart. A powershell script might be a quicker way to restart the system. First however I must configure the system for powershell remote management. I went ahead and installed WinRM 2.0 and Powershell 2.0 on the web server. On the Target 2003 Server: 1. Install WinRM 2.0 and Windows PowerShell 2.0 2. Enable-psRemoting ...