Showing tag results for PowerShell 3

Nov 1, 2012
Post comments count0
Post likes count0

PowerTip: Use Show-Command to Obtain a Floatable Command Window

Doctor Scripto

Summary: Use the Show-Command cmdlet Windows PowerShell cmdlet to obtain a floatable command window.  How can I see the parameters for a cmdlet at the same time as I am trying to write a script in Windows PowerShell 3.0?                   Use the Show-Command cmdle...

Scripting Guy!Windows PowerShellPowerTip
Oct 28, 2012
Post comments count0
Post likes count0

Weekend Scripter: Playing Around with Windows Firewall

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to work with Windows Firewall on Windows 8 and Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife returned home from the Windows PowerShell Saturday #003 event in Atlanta, Georgia, last night, and she was exhausted&...

Scripting Guy!Windows PowerShellWeekend Scripter
Oct 27, 2012
Post comments count0
Post likes count0

PowerTip: Use Saved Help Files to Update PowerShell Help

Doctor Scripto

Summary: Learn how to use saved Help files to update Windows PowerShell Help on servers without Internet access.  How can I update Windows PowerShell 3.0 Help on a server without Internet access?            Use the Save-Help cmdlet to save the help to an accessible destination, and then use the ...

Scripting Guy!Windows PowerShellPowerTip
Oct 26, 2012
Post comments count0
Post likes count0

Use PowerShell to Create a Bootable USB Drive

Doctor Scripto

Summary: Microsoft PFE Jason Walker talks about creating a Windows PowerShell script to create a bootable USB drive. Microsoft Scripting Guy, Ed Wilson, is here. Today, The Scripting Wife and others will be heading to Atlanta for the PowerShell Saturday #003 event that takes place tomorrow. Sadly, I woke up with no voice and a stuffy head...

Scripting Guy!Windows PowerShellguest blogger
Oct 22, 2012
Post comments count0
Post likes count0

PowerTip: Find WMI Association Classes Related to Sessions

Doctor Scripto

Summary: Use a Windows PowerShell 3.0 cmdlet to find WMI classes related to sessions.  How can you use Windows PowerShell 3.0 to easily find WMI association classes related to sessions?         Use the Get-CIMClass cmdlet and specify the association qualifier name, and then use a wildcard to fi...

Scripting Guy!Windows PowerShellPowerTip