Scripting Blog [archived]

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

Domain Migration: Why We Need the Script

Summary: An anonymous blogger shares a domain migration script. Microsoft Scripting Guy, Ed Wilson, is here. Today’s guest blogger will remain anonymous due to privacy considerations at his company. This does not mean that his knowledge needs to remain undisclosed. Without further ado, here is a really nice guest blog… We are a ...

PowerTip: Examine PowerShell Runspace Initial Session State

Summary: Use the .NET Framework to examine the initial session state of a Windows PowerShell runspace. (image)  How can I see the initial session state of the default Windows PowerShell runspace? (image) Use the RunSpace class, and examine the InitialSessionState property from the default Runspace object: &...

Weekend Scripter: Max Out PowerShell in a Little Bit of Time—Part 2

Summary: Microsoft PFE, Jason Walker, talks about improving performance of Windows PowerShell by using runspaces. Microsoft Scripting Guy, Ed Wilson, is here. Jason Walker is back with us today for the conclusion of his two-part weekend series. Be sure to read yesterday’s post before you read today’s: Weekend Scripter: Max Out ...