Summary: Learn how to use Windows PowerShell to search for CIM classes.
How can I use Windows PowerShell to find a CIM class on my machine?
Use Get-WmiObject in List mode. For instance, to find the class for working with the registry, use:
Get-WmiObject -Namespace root -Class StdRegProv -List –Recurse
&...
Summary: Richard Siddaway investigates how to use CIM to manage the registry.
Honorary Scripting Guy, Richard Siddaway, here filling in for my good friend The Scripting Guy. Today, I'm starting a series about registry cmdlets by investigating how to work with the registry.
The bad news is that there aren’t any cmdlets for working with the ...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to change the Internet Start page on his Microsoft Surface .
Microsoft Scripting Guy, Ed Wilson, is here. It is no secret that I love my Microsoft Surface. Just before our trip to Europe, I bought a nice Microsoft Surface Pro 2 with extra memory and disk space. ...
Summary: Guest blogger, Rohn Edwards, talks about leveraging registry key time stamps via Windows PowerShell.
Microsoft Scripting Guy, Ed Wilson, is here. Today we wrap-up a four-part series from Rohn Edwards, co-founder of the Mississippi PowerShell User Group. If you have not already done so, you may want to read the previous posts in the ...
Summary: Guest blogger, Rohn Edwards, discusses creating a Windows PowerShell proxy function to display registry key time stamps.
Microsoft Scripting Guy, Ed Wilson, is here. Happy New Year to you all. Guest blogger, Rohn Edwards, is back with us today to continue his series about retrieving registry key last-modified time stamps. Be sure to ...