Showing archive results for September 2014

Sep 13, 2014
Post comments count0
Post likes count0

Weekend Scripter: The WMI Explorer Tool

Doctor Scripto

Summary: Guest blogger, Vinay Pamnani, talks about a cool new WMI tool. Microsoft Scripting Guy, Ed Wilson, is here. One of the absolutely greatest things about working for Microsoft is the chance to meet (even virtually) and interact with really smart people who absolutely love technology. I recently ran across a post by Vinay (todays guest blogge...

Scripting Guy!Windows PowerShellscripting techniques
Sep 12, 2014
Post comments count0
Post likes count0

PowerTip: Find WMI Classes Related to Services

Doctor Scripto

Summary: Use Windows PowerShell to find WMI classes related to services that reveal start mode.  How can I use Windows PowerShell to find a WMI class that will help me identify how services are starting?  Use the Get-CimClass cmdlet, use a wildcard character for the name, and specify StartMode       &nbs...

Scripting Guy!Windows PowerShellPowerTip
Sep 12, 2014
Post comments count0
Post likes count0

Why Are All These Services Starting?

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using WMI to find out how services start.  Hey, Scripting Guy! I was looking at the processes on my workstation, and I see lots of things running. I suspect many of these are actually services. But I am wondering how I can use Windows PowerShell to find services that start automatically....

Scripting Guy!Windows PowerShellscripting techniques
Sep 11, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Cast to WMI UInt Value Type

Doctor Scripto

Summary: Use Windows PowerShell to cast to the WMI UInt value type.  I am comparing data from WMI, and it seems strange. I found the value type is a UInt32, and when I looked it up, I found that it is an unsigned 32-bit integer. How can I use Windows PowerShell to create one of these?  Use [uint32] and cast your normal...

Scripting Guy!Windows PowerShellPowerTip
Sep 11, 2014
Post comments count0
Post likes count0

Use PowerShell and WMI to Glean Basic Operating System Information

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell and WMI to obtain basic operating system information.  Hey, Scripting Guy! I need to check on computers on my network to find out the operating system, service pack level, and whether the computer has been rebooted in the last 30 days. Can you help with this? &md...

Scripting Guy!Windows PowerShellscripting techniques