Get a better view of the data you've asked PowerShell to fetch with the Format-Wide cmdlet.
- By Jeffery Hicks
- 04/21/2009
The power of properties allow you to use it as a, well, a PowerShell labelmaker.
- By Jeffery Hicks
- 04/14/2009
PowerShell custom properties go beyond the call of duty by providing information as you need it.
- By Jeffery Hicks
- 04/07/2009
Brace yourself! That's your way of telling PowerShell to execute whatever code is encased in the curly braces.
- By Jeffery Hicks
- 03/31/2009
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
If you've written VBscripts, you're familiar with COM objects. Some COM objects work just fine in PowerShell, maybe better.
- By Jeffery Hicks
- 02/03/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