Learn about Windows PowerShell
Summary: Learn how to export a scheduled task to XML by using Windows PowerShell.
How can I use Windows PowerShell to create an XML representation of a scheduled task?
Use the Get-ScheduledTask function and pipe the results to the Export-ScheduledTask function, for example:
Get-ScheduledTask applog | Export-ScheduledTask
Hey Ed...there are time I am at the console...and the banner changes from Administrator...to Select Administrator...what does that mean...?
I guess Import-ScheduledTask also works? s.mcknight: Sounds like you have selected text in the Powershell host-window