Debugging Powershell on Windows Server 2008

Recently I’ve run into a Powershell script problem on a Windows Server 2008 R2 box.  Typically I’d use ISE to debug, however, this box didn’t have it for some reason.  The instructions on Shay Levy’s blog also apply to 2008 R2 systems.

In short that’s:

Import-Module ServerManager
Add-WindowsFeature Powershell-ISE

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>