Showing results for CIM - Scripting Blog [archived]

Apr 15, 2015
0
0

Create Custom Type Data in PowerShell to Format WMI Display

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about creating custom type data to control the way a WMI class displays.  Hey, Scripting Guy! Yesterday, you said you could create custom type data to control the way the Win32_Volume WMI class reports back. How would one go about doing that? I looked on the Internet, and to be honest, it look...

Scripting Guy!Windows PowerShellscripting techniques
Apr 14, 2015
0
0

PowerTip: Use PowerShell to Find Cmdlets that Use CIM

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find cmdlets that use CIM.  I want to see what Windows PowerShell cmdlets will use a CIM session, but when I use Get-Command,            only a couple things return. How can I fix this?  Windows PowerShell automatically loads modules, but when looking for parameters, it...

Scripting Guy!Windows PowerShellPowerTip
Apr 14, 2015
0
0

Comparing CIM and WMI in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about comparing CIM and Windows PowerShell.  Hey, Scripting Guy! When I query using a CIM function, I get back different stuff than when I query WMI. I don’t get it. Can you help? —BW  Hello BW, Microsoft Scripting Guy, Ed Wilson, is here. Yesterday in Working with Volumes in ...

Scripting Guy!Windows PowerShellscripting techniques
Apr 13, 2015
0
0

Working with Volumes in CIM

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about working with volumes with Windows PowerShell and CIM.  Hey, Scripting Guy! I don’t understand CIM at all. I mean, I thought it was basically WMI, but when I use WMI to look at volumes, I see different stuff. Can you help me? —AB  Hello AB, Microsoft Scripting Guy, Ed Wil...

Scripting Guy!Windows PowerShellscripting techniques
Feb 5, 2015
0
0

Registry Cmdlets: Complete the Registry CDXML Module

Doctor Scripto
Doctor Scripto

Summary: Richard Siddaway shows how to complete the registry CDXML module. Honorary Scripting Guy, Richard Siddaway, here today filling in for my good friend, The Scripting Guy. This is the final post in a series. To catch up, read: So far, you’ve seen how to create a CDXML module with a single cmdlet based on the GetStringValue meth...

Windows PowerShellregistryRichard Siddaway