Showing results for November 2012 - Page 5 of 14 - Scripting Blog [archived]

Nov 22, 2012
Post comments count0
Post likes count0

PowerTip: Identify Disconnected PowerShell Sessions

Doctor Scripto
Doctor Scripto

Summary: Learn how to identify Windows PowerShell 3.0 disconnected sessions.  How can I find out which Windows PowerShell 3.0 sessions are disconnected?  Use the Get-PSSession cmdlet and look for sessions that have a state of disconnected, as shown here. PS C:\> Get-PSSession    Id Name  &nb...

Scripting Guy!Windows PowerShellPowerTip
Nov 22, 2012
Post comments count1
Post likes count0

The Basics of Windows PowerShell Workflow: When to Use It and Why

Doctor Scripto
Doctor Scripto

Summary: Guest blogger Jeff Wouters talks about the basics of Windows PowerShell 3.0 workflows: when to use it and why. Microsoft Scripting Guy, Ed Wilson, is here. Today, The Scripting Wife and I are traveling on our way from Oslo, Norway, to Eindhoven, The Netherlands, where I will speak at the Dutch PowerShell User Group event tomorrow. Ton...

Scripting Guy!Windows PowerShellscripting techniques
Nov 21, 2012
Post comments count0
Post likes count0

PowerTip: Receive Results from a Disconnected PowerShell Session

Doctor Scripto
Doctor Scripto

Summary: Learn how to receive results from a Windows PowerShell disconnected session.  How can I receive results from a disconnected Windows PowerShell session in Windows PowerShell 3.0?  Use the Receive-PSSession cmdlet, and specify the name, session name, or the instance ID of the disconnected session, as shown here. Receive-PSSess...

Scripting Guy!Windows PowerShellPowerTip
Nov 21, 2012
Post comments count0
Post likes count0

Use PowerShell to Configure the NIC on Windows Server 2012

Doctor Scripto
Doctor Scripto

Summary: Guest blogger and Microsoft MVP Jan Egil Ring talks about using Windows PowerShell 3.0 to automatically configure the NIC on Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday, The Scripting Wife and I traveled from Stockholm, Sweden, to Oslo, Norway, and had dinner with MVP Jan Egil Ring. Today, I will s...

Scripting Guy!Windows PowerShellguest blogger
Nov 20, 2012
Post comments count0
Post likes count0

Stockholm to Oslo

ScriptingGuy1
ScriptingGuy1

Last night we had an absolutely awesome time in Stockholm. The Scripting Wife and I met Niklas Goude, Windows PowerShell MVP, and all around nice guy, at our hotel. By the way, Niklas is an Honorary Scripting Guy and has an awesome blog posting out today on using PowerShell Workflow to Ping computers in Parallel —it is a great artic...

Scripting Guy!Windows PowerShellcommunity