PSDrives work like real drives, only different. Here's how to work with these PSProviders in PowerShell.
- By Jeffery Hicks
- 03/24/2009
Let's put what you've learned so far into practice using PowerShell's pipeline with objects.
- By Jeffery Hicks
- 03/16/2009
The third part in a series on writing simple functions to work in PowerShell.
- By Jeffery Hicks
- 03/10/2009
Now that you're familiar with functions, here's how to pass information to them. A look at the Param keyword.
- By Jeffery Hicks
- 03/03/2009
PowerShell can handle functions, but be sure to keep things simple by modularizing code.
- By Jeffery Hicks
- 02/24/2009
Which of these things is not like the other? Use the Compare-Object cmdlet to find out.
- By Jeffery Hicks
- 02/17/2009
The community technology preview is worth the time to download. Here's what I like so far.
- By Jeffery Hicks
- 02/09/2009
Last week's assignment: Create a formatted report of some processes with the powers of PowerShell. How did you do?
- By Jeffery Hicks
- 01/27/2009
Homework Assignment #1: Creating a formatted report of a selected scoped of peak paged memory.
- By Jeffery Hicks
- 01/20/2009
PowerShell's DateTime object will leave you with time on your hands to do other things.
- By Jeffery Hicks
- 01/13/2009
Use a PowerShell object's methods to do many of the same tasks for which you'd write VBscript code in long form.
- By Jeffery Hicks
- 01/06/2009
I still prefer the Select-Object cmdlet, but Get-Unique has a way of weeding out the dupes that's, well, different.
- By Jeffery Hicks
- 12/17/2008
PowerShell's Select-Object command has a -unique switch that lest you sort through the riffraff.
- By Jeffery Hicks
- 12/10/2008
The Get-Command cmdlet reveals all that you need to know about PowerShell.
- By Jeffery Hicks
- 12/03/2008
My secret for learning Powershell? Check out these blogs.
- By Jeffery Hicks
- 11/19/2008