Showing results for 2012 - Page 2 of 99 - Scripting Blog [archived]

Dec 29, 2012
Post comments count0
Post likes count0

Weekend Scripter: Finding In-Use Phone Extensions

Doctor Scripto
Doctor Scripto

Summary: Guest blogger Tim Bolton talks about using Windows PowerShell to determine what phone extensions are currently in use. Microsoft Scripting Guy, Ed Wilson, is here. It is amazing the number of manual tasks that can be safely eliminated by using a little bit of Windows PowerShell. In fact, it is also amazing, in general, how little time it a...

Scripting Guy!Windows PowerShellguest blogger
Dec 28, 2012
Post comments count0
Post likes count0

PowerTip: Easily Pause a PowerShell Script for a Process to End

Doctor Scripto
Doctor Scripto

Summary: Learn how to pause a Windows PowerShell script and wait for another process to end prior to continuing.  How can you easily pause a Windows PowerShell script and wait for a specific process to end prior to continuing execution? Use the Wait-Process cmdlet. It will wait for either a process name, a process ID, or even a ...

Scripting Guy!Windows PowerShellPowerTip
Dec 28, 2012
Post comments count0
Post likes count0

Protect Your PowerShell Scripts with Version Control

Doctor Scripto
Doctor Scripto

Summary: Guest blogger and Microsoft PFE Stefan Stranger talks about using version control to protect your Windows PowerShell scripts. Microsoft Scripting Guy, Ed Wilson, is here. Today I am pleased to present a guest blog post written by Senior Premier Field Engineer Stefan Stranger. The Scripting Wife and I were privileged to hear Stefan speak at...

Scripting Guy!Windows PowerShellscripting techniques
Dec 27, 2012
Post comments count0
Post likes count0

PowerTip: Use Windows PowerShell to Create a Checkpoint

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to create a checkpoint restore point for your computer.  How can you create a checkpoint restore point for your computer?  Start the Windows PowerShell console with admin rights. Use the Checkpoint-Computer cmdlet to create the restore point. You must supply the Description paramete...

Scripting Guy!Windows PowerShellPowerTip
Dec 27, 2012
Post comments count0
Post likes count0

Use PowerShell to Find the Location of a Locked-Out User

Doctor Scripto
Doctor Scripto

Summary: Guest blogger and Microsoft PFE Jason Walker talks about using Windows PowerShell to find a locked-out user’s location. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blog post written by Microsoft Premier Field Engineer (PFE) Jason Walker. Jason has written a number of extremely popular Hey, Scripting Guy! blog ...

Scripting Guy!Windows PowerShellguest blogger