Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Debug Script on Remote Computer

Summary: Use Windows PowerShell to debug a script on a remote computer. (image)  How can I use Windows PowerShell to debug a script on a remote computer?(image)  Use the debugging features in the Windows PowerShell 4.0 console:1. Use Enter-PSSession to start an interactive session on the remote computer:PS C: > Enter-...

Remote Script Debugging in Windows PowerShell

Summary: Learn about remote debugging support in Windows PowerShell 4.0. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest blog written by Paul Higinbotham who is a software design engineer on the Windows PowerShell team… Windows PowerShell 4.0 includes two major enhancements to the script debugger: script ...