Showing archive results for 2012

Dec 21, 2012
Post comments count0
Post likes count0

PowerTip: The Easy Way to Create a Custom PowerShell Object

Doctor Scripto

Summary: Create a custom Windows PowerShell object with the PSCustomObject type accelerator.  What’s the easiest way to create a custom object?  Charlotte Windows PowerShell User group member Brian Wilhite says: One of the easiest ways to create a custom object is to use the PSCustomObject type accelerator.&...

Scripting Guy!Windows PowerShellPowerTip
Dec 21, 2012
Post comments count0
Post likes count0

It’s a Wonderful Shell—Chapter 1

Doctor Scripto

Summary: Microsoft PowerShell MVP and honorary Scripting Guy Sean Kearney begins his five-part holiday series. Microsoft Scripting Guy, Ed Wilson, is here. Today we have part one of a five-part series of It’s a Wonderful Shell staring George Shelley. These are written by Windows PowerShell MVP Sean Kearney. For more information about the seri...

Scripting Guy!Windows PowerShellguest blogger
Dec 20, 2012
Post comments count0
Post likes count0

PowerTip: View Static Members of a Type Accelerator

Doctor Scripto

Summary: Learn how to view static members of a type accelerator in Windows PowerShell.  How can I view the static methods and properties of the [math] type accelerator?  Charlotte Windows PowerShell user group Brian Wilhite says: To view the methods and properties of the [math] type accelerator, you’ll use the Get-Member&n...

Scripting Guy!Windows PowerShellPowerTip
Dec 20, 2012
Post comments count0
Post likes count0

Scripting Guys Announce the Holiday Lineup

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, announces the holiday lineup. Microsoft Scripting Guy, Ed Wilson, is here. I am pleased to announce the holiday lineup for this year’s holiday season. Once again, it is written by Windows PowerShell MVP and Honorary Scripting Guy Sean Kearney. Here is Sean’s updated biography: One day a littl...

Scripting Guy!Windows PowerShellguest blogger
Dec 19, 2012
Post comments count0
Post likes count0

PowerTip: Search for Inactive User Accounts in Windows Server 2012 Active Directory

Doctor Scripto

Summary: Learn how to use Windows PowerShell to search for inactive user accounts in Active Directory for Windows Server 2012.  How can I query inactive user accounts in my Windows Server 2012 Active Directory environment?  Charlotte Windows PowerShell user group member Brian Wilhite says: You can use the ActiveDirectory mo...

Scripting Guy!Windows PowerShellPowerTip