Showing archive results for September 2012

Sep 18, 2012
Post comments count0
Post likes count0

Create a PowerShell Scheduled Job

Doctor Scripto

Summary: Learn how to create a Windows PowerShell scheduled job. Microsoft Scripting Guy, Ed Wilson, is here. Well, the Scripting Wife and I are about to straighten up the scripting house after the Windows PowerShell Saturday luau we had on Friday and the scripting slumber party we had over the weekend. Frankly, it is an awful lot of work to put on...

Scripting Guy!Windows PowerShelloperating system
Sep 17, 2012
Post comments count0
Post likes count0

PowerTip: Examine Automatic Variables

Doctor Scripto

Summary: Learn how to identify automatic variables.  How many types of automatic variables exist by default? And how would you discover such a thing?  There are five types of automatic variables that exist by default. To discover them, use the variable provider and the Get-Member cmdlet: PS C:\> dir variable: -Force | gm | se...

Scripting Guy!Windows PowerShellPowerTip
Sep 17, 2012
Post comments count0
Post likes count0

PowerShell and User Access Logging

Doctor Scripto

Summary: Learn about using Windows PowerShell to manage the new User Access Logging feature in Windows Server 2012. Microsoft Scripting Guy, Ed Wilson, is here. Today we have as our guest blogger, Brent Forman. Here is a little bit about Brent. Brent Forman is senior program manager in the Windows Server division at Microsoft. Brent has extensive ...

Scripting Guy!Windows PowerShellguest blogger
Sep 16, 2012
Post comments count0
Post likes count0

PowerTip: Easily Find the PowerShell 3.0 Preference Variables

Doctor Scripto

Summary:  Use the Get-Help cmdlet to find the Windows PowerShell 3.0 preference variables.  How can you easily find a listing of all the Windows PowerShell 3.0 preference variables?  Use the Get-Help cmdlet to display about_Preference_Variables Help. You do not need to type the entire command...

Scripting Guy!Windows PowerShellPowerTip
Sep 16, 2012
Post comments count0
Post likes count0

Weekend Scripter: Get Detailed PowerShell Command Lifecycle Information

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using a preference variable to provide detailed Windows PowerShell command lifecycle information. Microsoft Scripting Guy, Ed Wilson, is here. This has certainly been an interesting Windows PowerShell week. Yes indeed, it has been a fine Windows PowerShell week. The week began with a trip to ...

Scripting Guy!Windows PowerShellgetting started