Powershell 2.0 takes snapins a bit farther, adding the 'module' concept.
- By Jeffery Hicks
- 03/09/2010
Get a remote computer's registry info, as long as it's running PowerShell 2.0. Here's how.
- By Jeffery Hicks
- 03/02/2010
Leave it to the -OutVariable parameter to get you the results that can be reused later.
- By Jeffery Hicks
- 02/23/2010
The PSIsContainer property can offer a view into your computer via this PowerShell trick.
- By Jeffery Hicks
- 02/09/2010
A cmdlet that will have you whistling while you work.
- By Jeffery Hicks
- 02/02/2010
New-Object's Property parameter can bust out a hashtable of property names and values that's easier on the eyes.
- By Jeffery Hicks
- 01/26/2010
You'll likely use a script in order to use SQL expressions in PowerShell. But you might consider this efficient alternative.
- By Jeffery Hicks
- 01/19/2010
Variables hold a special place in ... er ... your scripts; namely, they're placeholders for objects.
- By Jeffery Hicks
- 01/12/2010
Get to the good stuff with the Get-PSDrive cmdlet.
- By Jeffery Hicks
- 01/05/2010
The Wait-Process in PowerShell 2.0 -- kinda like the Yield sign for multi-process scripts.
- By Jeffery Hicks
- 12/22/2009
Some cool cmdlets that can help you with migrating or provisioning computers.
- By Jeffery Hicks
- 12/15/2009
Compare-Object cmdlet tricks you might not know about.
- By Jeffery Hicks
- 12/08/2009
The ConvertTo-CSV cmdlet, new with PowerShell 2.0, gives you a bit more flexibility in how you plug into CSV-formatted info.
- By Jeffery Hicks
- 12/01/2009
Get-EventLog plays well in PowerShell 2.0, providing you with more information in a less confusing way.
- By Jeffery Hicks
- 11/17/2009
There are more than 800 functions and cmdlets, so start getting familiar with them.
- By Jeffery Hicks
- 11/09/2009