Showing archive results for 2015

Jan 13, 2015
Post comments count0
Post likes count0

Use PowerShell to Create Scheduled Tasks

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create a scheduled task. Microsoft Scripting Guy, Ed Wilson, is here. Today, it is cold, wet, and rainy—not exactly my favorite combination. In fact, I would rather have snow. At least then there would be an excuse for the dreariness. Oh well. Snow in the dee...

Scripting Guy!Windows PowerShelloperating system
Jan 12, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Show "Ready" Scheduled Tasks

Doctor Scripto

Summary: Use Windows PowerShell to show all scheduled tasks that are ready to run.  How can I use Windows PowerShell to find what scheduled tasks are ready to run on my system?  Use the Get-ScheduledTask cmdlet, pipe the results to the Where-Object cmdlet, and            filter on the stat...

Scripting Guy!Windows PowerShellPowerTip
Jan 12, 2015
Post comments count0
Post likes count0

Use PowerShell to Show Results of Scheduled Tasks

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to see the results of scheduled tasks. Microsoft Scripting Guy, Ed Wilson, is here. It is snack time. For me, a perfect snack is a piece of biscotti and a cup of tea. Today, I am having such a snack—the tea is a nice green tea with a bit of jasmine flower in it....

Scripting Guy!Windows PowerShelloperating system
Jan 11, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Status of Scheduled Tasks

Doctor Scripto

Summary: Use Windows PowerShell to find the status of scheduled tasks.  My laptop is acting strangely. Task Manager shows lots of processes running, but I have disabled everything I can see.            How can I use Windows PowerShell to determine what scheduled tasks are running in the background?  Use the&n...

Scripting Guy!Windows PowerShellPowerTip
Jan 10, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Unblock Files in Folder

Doctor Scripto

Summary: Learn how to use Windows PowerShell to unblock files downloaded from the Internet.  I downloaded a module from the Script Center Repository, and when I expanded and copied the files to            my modules folder, I forgot to unblock them. Now every time I start Windows PowerShell, I get error   &nb...

Scripting Guy!Windows PowerShellPowerTip