Scripting Blog

A place to learn about PowerShell and share stories of automation

Remoting Week: Remoting Sessions

Summary: Richard Siddaway explains how to use WindowsPowerShell remoting sessions.  Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting language and shell on the local machine. But how do I work with remote machines? —AP  Hello AP, Honorary Scripting Guy, ...

Remoting Week: Remoting Recap

Summary: Richard Siddaway explains various ways to interact with remote machines.  Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting language and shell on the local machine. How do I work with remote machines? —AP  Hello AP, Honorary Scripting Guy, Richard ...

PowerTip: Debug Script on Remote Computer

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

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