One object or many, PowerShell hands you control. This week's tip is a good example.
- By Jeffery Hicks
- 10/02/2012
Make PowerShell do all the typing. How? By taking advantage of aliases, of course.
- By Jeffery Hicks
- 09/25/2012
Hate math? Hate it no longer when you invoke the .NET Math class for this week's data formatting tip.
- By Jeffery Hicks
- 09/18/2012
A map of your computer's certificate store can be navigated by way of PowerShell.
- By Jeffery Hicks
- 09/11/2012
A last look at expressions, this time by trying to match on opposites.
- By Jeffery Hicks
- 09/04/2012
A few more tricks for working with regular expressions.
- By Jeffery Hicks
- 08/21/2012
Part one of three on the basics of working with regular expressions.
- By Jeffery Hicks
- 08/14/2012
Last time, we used the like operator to find wildcard type matches. Now, let's find exactly what we're searching for with -Match.
- By Jeffery Hicks
- 08/07/2012
The -Like operator (and its counterpart, -Notlike) can help you find exactly the information you seek.
- By Jeffery Hicks
- 07/31/2012
Use the Export-Clixml cmdlet when capturing XML data that you'll want to use later in a PowerShell session.
- By Jeffery Hicks
- 07/24/2012
Highlighting the best of of PowerShell 3.0's Integrated Scripting Environment.
- By Jeffery Hicks
- 07/17/2012
Let's take one more look at the fun involved in managing tasks on an enterprise level.
- By Jeffery Hicks
- 07/10/2012
Last time, we looked at how ScheduledTasks works. This time, let's create a new scheduled task using -- wait for it -- New-ScheduledTask.
- By Jeffery Hicks
- 06/26/2012
Part 1 on managing scheduled tasks with the ScheduledTasks module in the upcoming PowerShell 3.
- By Jeffery Hicks
- 06/19/2012
Whether you're using ForEach as a cmdlet or a construct, PowerShell will know what you mean.
- By Jeffery Hicks
- 06/12/2012