Showing archive results for September 2012

Sep 6, 2012
Post comments count0
Post likes count0

Use PowerShell 3.0 to Rename Network Adapters

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 3.0 in Windows 8 to rename network adapters. Microsoft Scripting Guy, Ed Wilson, is here. I received an exciting email yesterday from Lido Paglia. As you may recall, Lido was a winner of the 2012 Scripting Games. I think it is so cool that he is now going to ...

Scripting Guy!Windows PowerShellnetworking
Sep 5, 2012
Post comments count0
Post likes count0

PowerShell 3.0 Is Now Available for Download!

mredwilson
mredwilson

Summary: Windows PowerShell 3.0 is now available for download! WooHoo! Windows PowerShell 3.0 is now available to download for Windows 7, Windows Server 2008 R2, and for Windows Server 2008. Windows PowerShell 3.0 comes in the Management Framework 3.0. You can download Windows PowerShell 3.0 from the Microsoft Download Center. You need to download ...

Windows PowerShellpowershell 3.0
Sep 5, 2012
Post comments count0
Post likes count0

PowerTip: Create a Strongly Typed Array in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to create a strongly typed array.    I want to create a strongly typed array of system.diagnostics.processes and store it in a variable called $a. How can I do this?  Use a command such as: [diagnostics.process[]]$a=get-process

Scripting Guy!Windows PowerShellPowerTip
Sep 5, 2012
Post comments count0
Post likes count0

Use PowerShell 3.0 to Stop Network Adapters on Windows 8

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 3.0 to stop network adapters on Windows 8. Microsoft Scripting Guy, Ed Wilson, is here. The other day a customer asked me, “Is it a Microsoft requirement that all their consultants can’t be more than five miles from a coffee house?” Perhaps ...

Scripting Guy!Windows PowerShellPowerShell 3
Sep 4, 2012
Post comments count0
Post likes count0

PowerTip: Find the Length of PowerShell Aliases

Doctor Scripto
Doctor Scripto

Summary: See how to determine the distribution of Windows PowerShell cmdlet aliases by length.  How many Windows PowerShell aliases are 1-letter or 2-letters or 3-letters in length? In fact, how do you determine what the entire distribution of cmdlet alias lengths is?  Use the Get-Alias cmdlet to retrieve all of the aliases. The...

Scripting Guy!Windows PowerShellPowerTip