Getting Help for WMI Classes

In a previous tip, you discovered how to search for WMI classes like Win32_VideoController. Now, what exactly is the purpose of this class? You can retrieve Help information for any WMI class with the next lines of code,:

$class = [wmiclass]'Win32_VideoController'
$class.psbase.Options.UseAmendedQualifiers = $true
($class.psbase.qualifiers["description"]).Value

Twitter This Tip! ReTweet this Tip!


Posted Jul 27 2010, 08:00 AM by ps1
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.