Some tools seem to make it extremely easy to find WMI classes and properties I can read, modify, etc. I use WMI CIM Studio, WMI Explorer, and a couple of others. My question is, in sample code for searching Active Directory, the following code was shown -
$objDomain = New-Object System.DirectoryServices.DirectoryEntry
From the example code being well documented, I understand this code now. But my question is how can I search things like "system.<something here>" from .NET Framework like I can for WMI? Are there any good applications out there? Hopefully I'm just missing something.
Thank you for your time!