Summary: Learn to look for WMI classes in all WMI namespaces by using Windows PowerShell.
How can I use Windows PowerShell to search all WMI namespaces so that I can find all WMI classes that are related to batteries?
Use the Get-WmiObject cmdlet, start at the Root namespace, and make sure to use ...
Summary: Microsoft PFE, Heath Lawson, talks about using Windows PowerShell and WMI to create collection query rules.
Microsoft Scripting Guy, Ed Wilson, is here. Heath Lawson is back with us today for Part 3 in his series. You can catch up by reading Part 1 and Part 2:
Howdy y’all! Heath here. This is the last in a series of three ...
Summary: Use Windows PowerShell to find the network adapter names for all virtual machines.
How can I use Windows PowerShell on my laptop running Windows 8.1 to find the name of the network adapter that is used by each of my virtual machines?
Use the Get-VM cmdlet to retrieve all of...
Summary: Microsoft PFE, Heath Lawson, talks about using Windows PowerShell to set advanced properties in Configuration Manager.
Microsoft Scripting Guy, Ed Wilson, is here. Back today is Heath Lawson. You may want to read the first post of this series before you begin this post: Apply Common PowerShell Concepts to Configuration Manager.
...
Summary: Use Windows PowerShell to find providers on your system.
How can I use Windows PowerShell to find all the Windows PowerShell providers on my system and what drives might be exposed?
Use the Get-PSProvider cmdlet...