Showing archive results for November 2014

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
Nov 4, 2014
Post comments count0
Post likes count0

Uninstalling the PowerShell ISE by Using a Workflow

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about removing a Windows feature by using a Windows PowerShell workflow. Microsoft Scripting Guy, Ed Wilson, is here. This morning I am sipping a cup of Sencha green tea. I happened to have some lying around and I decided I would go ahead and drink it this morning. I added a bit of fresh lemon and ...

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

PowerTip: Find Information about Started Virtual Machine

Doctor Scripto

Summary: Use Windows PowerShell to find detailed information about a started virtual machine.  I use the Start-VM cmdlet on my computer running Hyper-V, but how can I use Windows PowerShell            to find more information about the virtual machine that actually starts?  Use the –PassT...

Scripting Guy!Windows PowerShellPowerTip