Showing archive results for December 2012

Dec 6, 2012
Post comments count0
Post likes count0

PowerTip: Find the Top 10 Most-Utilized PowerShell Verbs

Doctor Scripto

Summary: Learn how to find the top 10 most-utilized Windows PowerShell verbs.  How can I find out the top 10 Windows PowerShell verbs?  Use the Get-Command cmdlet and select all of the verbs. Next, group the verbs, sort them, and select the first ten. This is shown here, where gcm is an alias for Get-Command,...

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

Use the PowerShell Best Practices Module to Configure Servers

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows PowerShell Best Practices module to audit configuration of servers. Microsoft Scripting Guy, Ed Wilson, is here. Well, tonight is the Charlotte Windows PowerShell user group. We are doing a mini version of the Scripting Games, and so if you are in the area, you should check ...

Scripting Guy!Windows PowerShellActive Directory
Dec 5, 2012
Post comments count0
Post likes count0

PowerTip: How Long Does It Take to Document PowerShell 3.0

Doctor Scripto

Summary: Learn how long it will take to document every cmdlet in Windows PowerShell 3.0.  If I write a blog post every day, and I spend one day on each Windows PowerShell cmdlet (cim function), how long will it take before I have written one blog post about every Windows PowerShell cmdlet (cim function) in Windows 8?  ...

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

Use Hidden WMI Classes and PowerShell to Discover HID Info

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using two WMI classes from the root\wmi namespace to reveal additional HID hardware information. Microsoft Scripting Guy, Ed Wilson, is here. Well, the Scripting Wife and I returned from Europe yesterday. It is good to be home, but we will miss our friends and all the great food. I fell in lo...

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

PowerTip: Use PowerShell to Identify ODBC Drivers on Windows 8

Doctor Scripto

Summary:  Learn how to use a simple Windows PowerShell cmdlet to identify ODBC drivers on your computer running Windows 8.  How can I get a listing of ODBC drivers on my laptop running Windows 8?  Use the Get-OdbcDriver cmdlet, as shown here. Get-OdbcDriver  

Scripting Guy!Windows PowerShellPowerTip