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
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