Showing archive results for 2014

Nov 6, 2014
Post comments count0
Post likes count0

A Day in the Life of MVPs at the Summit

Doctor Scripto

Summary: Windows PowerShell MVPs, Sean Kearney, Steve Murawski, and Shane Hoey, talk more about the MVP Summit. An update from Sean... The last day of the MVP Summit is upon us. Aside from of all of the NDA goodie events, many really cool things happen outside of the MVP Summit sessions. Evening events and exploring downtown Bellevue—sure, t...

guest bloggerSean Kearneycommunity
Nov 5, 2014
Post comments count0
Post likes count0

PowerTip: Wait for PowerShell Job to Complete

Doctor Scripto

Summary: Learn how to wait for a Windows PowerShell job to complete.  How can I use Windows PowerShell to wait for a job that I have run to complete?  Use the Wait-Job cmdlet, and specify the job ID, for example: Wait-Job –ID 5

Scripting Guy!Windows PowerShellPowerTip
Nov 5, 2014
Post comments count0
Post likes count0

Remotely Run a PowerShell Workflow

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about running a Windows PowerShell workflow on a remote computer. Microsoft Scripting Guy, Ed Wilson, is here. This morning it is beautiful outside. I am sitting on the porch sipping a cup of English Breakfast tea. I made a pot this morning, and I added some orange peel, Meyer lemon, and a bit of h...

Scripting Guy!Windows PowerShellscripting techniques
Nov 4, 2014
Post comments count0
Post likes count0

PowerTip: Find Help about Specific PowerShell Parameter

Doctor Scripto

Summary: Learn how to find Help about a specific Windows PowerShell parameter.  How can I easily find what values a specific Windows PowerShell cmdlet accepts?  Use the Get-Help cmdlet and specify the cmdlet name and parameter, for example: get-help Restart-Computer -Parameter for

Scripting Guy!Windows PowerShellPowerTip
Nov 4, 2014
Post comments count0
Post likes count0

MVP Summit–First Day Reports

mredwilson

Summary: Windows PowerShell MVPs share their Summit experiences. Here is a report Windows PowerShell MVP, Steve Murawski The MVP Summit is one of my favorite times of the year despite the fact that [MVP.Summit] -notcontains 'Sleep'. Why is the Summit one of my favorite times? Well, I'll tell you. First, you have a thousand or two zea...

Scripting Guy!Windows PowerShellguest blogger