Showing results for Paul Higinbotham - Scripting Blog [archived]

Nov 17, 2013
0
0

PowerTip: Debug Script on Remote Computer

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to debug a script on a remote computer.  How can I use Windows PowerShell to debug a script on a remote computer? 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-PSSession -ComputerName ...

Windows PowerShellscripting techniquesPowerTip
Nov 17, 2013
0
0

Remote Script Debugging in Windows PowerShell

Doctor Scripto
Doctor Scripto

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 ...

Scripting Guy!Windows PowerShellscripting techniques

Feedback