Showing archive results for September 2013

Sep 6, 2013
Post comments count0
Post likes count0

Windows PowerShell 3.0 First Steps: Part 5

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shares a portion from his popular Microsoft Press book Windows PowerShell 3.0 First Steps. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to share with you another portion from my new book, Windows PowerShell 3.0 First Steps, which was recently released by Microsoft Press. To read the previous...

Scripting Guy!Windows PowerShellscripting techniques
Sep 5, 2013
Post comments count0
Post likes count2

PowerTip: Customize Table Headings with PowerShell

Doctor Scripto

Summary: Learn how to create a custom table heading by using Windows PowerShell.  How can I use Windows PowerShell to display a table if the default property name is confusing?  Use a hash table to customize the table properties. The elements of the hash table are Label and Expression (or alias’ L and&n...

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

Windows PowerShell 3.0 First Steps: Part 4

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shares a portion from his popular Microsoft Press book Windows PowerShell 3.0 First Steps. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to share with you another portion from my new book, Windows PowerShell 3.0 First Steps, which was recently released by Microsoft Press. To read the previous...

Scripting Guy!Windows PowerShellscripting techniques
Sep 4, 2013
Post comments count0
Post likes count0

PowerTip: Sort Objects Based on a Particular Property

Doctor Scripto

Summary: Learn how to use the Sort-Object Windows PowerShell cmdlet to sort on a specific property.  How can I sort a collection of Windows PowerShell objects without using the default property?  Use the –Property parameter and specify the name of the property to sort on: get-childitem | sort-object -property len...

Scripting Guy!Windows PowerShellPowerTip
Sep 4, 2013
Post comments count0
Post likes count0

Windows PowerShell 3.0 First Steps: Part 3

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shares a portion from his popular Microsoft Press book Windows PowerShell 3.0 First Steps. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to share with you another portion from my new book, Windows PowerShell 3.0 First Steps, which was recently released by Microsoft Press. To read the previous...

Scripting Guy!Windows PowerShellscripting techniques