Showing results for October 2012 - Page 4 of 13 - Scripting Blog [archived]

Oct 23, 2012
Post comments count0
Post likes count0

PowerShell Saturday: The Iron Scripter

mredwilson
mredwilson

Summary: Microsoft Scripting Guy, Ed Wilson, shares information about the Windows PowerShell Saturday #002 Iron Scripter Event. Microsoft Scripting Guy, Ed Wilson, is here. Today, I will share the Iron Scripter event and winning script from Windows PowerShell Saturday #002 in Charlotte, NC. Jim Christopher, Windows PowerShell MVP and leader of...

Scripting Guy!Windows PowerShellguest blogger
Oct 23, 2012
Post comments count0
Post likes count0

PowerTip: Create a Number Array

Doctor Scripto
Doctor Scripto

Summary: Learn how to create a 16-bit integer array.  How can I specify the number 1 as a 16-bit integer array?                        Cast the number as an integer, and  then specify the array.                       &nb...

Scripting Guy!Windows PowerShellPowerTip
Oct 23, 2012
Post comments count0
Post likes count0

Check for Daylight Savings Time by Using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Brian Wilhite, guest blogger, discusses a function to check for transition to daylight savings time. Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blogger. Brian Wilhite has been a guest in the past, and you can see his previous posts here. Brian is speaking at the Atlanta Windows PowerShell Saturday event (Alpharetta...

Scripting Guy!Windows PowerShellguest blogger
Oct 22, 2012
Post comments count0
Post likes count0

PowerTip: Find WMI Association Classes Related to Sessions

Doctor Scripto
Doctor Scripto

Summary: Use a Windows PowerShell 3.0 cmdlet to find WMI classes related to sessions.  How can you use Windows PowerShell 3.0 to easily find WMI association classes related to sessions?         Use the Get-CIMClass cmdlet and specify the association qualifier name, and then use a wildcard to fi...

Scripting Guy!Windows PowerShellPowerTip
Oct 22, 2012
Post comments count0
Post likes count0

Use PowerShell to Parse SQL Server 2012 Error Logs

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to parse SQL Server 2012 error logs. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife and I have been in a number of email threads with Mark Schill, the leader of the Atlanta Windows PowerShell User Group, and the person in charge of putting togethe...

Scripting Guy!Windows PowerShelldatabases