My short list of suggestions for working with PowerShell in a team environment.
- By Jeffery Hicks
- 06/05/2012
The way to grasp all the complexity of PowerShell is to use it and take it one step at a time. At some point, a little PowerShell will go a long way in your IT career.
- By Jeffery Hicks
- 05/29/2012
PowerShell 3.0 sports a cool new feature, the Show-Command cmdlet, which provides a graphical way of looking at all cmdlets and functions at your disposal. Here's a graphic look at it.
- By Jeffery Hicks
- 05/21/2012
PowerShell's tab completion feature saves lots of typing. In version 3, this features gets even better.
- By Jeffery Hicks
- 05/15/2012
This week's tips will have you peeking into data in arrays and hash tables in no time flat.
- By Jeffery Hicks
- 05/08/2012
Baby-stepping into new PowerShell territory.
- By Jeffery Hicks
- 05/01/2012
Working with the -eq, -match, and -like comparison operators in PowerShell.
- By Jeffery Hicks
- 04/24/2012
Don't just stick with the commands that Microsoft provides -- extend the commands in PowerShell.
- By Jeffery Hicks
- 04/17/2012
The trick is easy with the aptly named Restart-Computer
- By Jeffery Hicks
- 04/10/2012
Variables already come with descriptions, but you can also provide more clarity to those descriptions as needed.
- By Jeffery Hicks
- 04/02/2012
Revise error messages for maximum effect through the $host object's PrivateData property.
- By Jeffery Hicks
- 03/27/2012
Fun with file and folder attributes, via PowerShell and the DIR command.
- By Jeffery Hicks
- 03/20/2012
Now that we know how to set up a timer object, let's get it to do something awesome. Part 2 in a series on the timer object.
- By Jeffery Hicks
- 03/13/2012
Create a timer object with PowerShell New-Object cmdlet to schedule recurring tasks at intervals.
- By Jeffery Hicks
- 03/06/2012
When we can't leverage the pipeline, we can turn to the ForEach-Object cmdlet to help with some heavy lifting.
- By Jeffery Hicks
- 02/28/2012