Showing results for operating system - Scripting Blog [archived]

Jan 16, 2015
0
0

Use PowerShell to Create Scheduled Task in New Folder

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create a new scheduled task in a specific folder. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to combine several of the scripts I have discussed this week based on scheduled tasks. Specifically, I am going to do the following: To do this, I am g...

Scripting Guy!Windows PowerShelloperating system
Jan 15, 2015
0
0

PowerTip: Use PowerShell to Enable Scheduled Task

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to enable a scheduled task.  How can I use Windows PowerShell to enable a scheduled task?  Use the Enable-ScheduledTask function from the Scheduled Task module, for example: Enable-ScheduledTask -TaskName applog Note  This command uses the Scheduled Task module (which was introduced in W...

Scripting Guy!Windows PowerShellPowerTip
Jan 15, 2015
0
0

Use PowerShell to Create Scheduled Tasks Folders

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create a folder for scheduled tasks. Microsoft Scripting Guy, Ed Wilson, is here. Today I have several meetings, and I am really looking forward to them. One of my meetings is with the Windows PowerShell team. I have a meeting with them every other week, and it is ...

Scripting Guy!Windows PowerShelloperating system
Jan 14, 2015
0
0

PowerTip: Use PowerShell to Disable Scheduled Task

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to disable a scheduled task.  How can I use Windows PowerShell to disable a scheduled task?  Use the Disable-ScheduledTask cmdlet from the Scheduled Task module, for example: Disable-ScheduledTask -TaskName applog Note  This cmdlet was introduced in Windows 8 and W...

Scripting Guy!Windows PowerShellPowerTip
Jan 14, 2015
0
0

Use PowerShell to Configure Scheduled Task

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to configure a scheduled task. Microsoft Scripting Guy, Ed Wilson, is here. This morning is a coffee morning. I don’t have a lot of coffee mornings, but occasionally I break down and desire a raw coffee jolt. When I do, I use my French press, some spring water, ...

Scripting Guy!Windows PowerShelloperating system