Admin Script Editor 3.2 Send comments on this topic.
WMI Wizard Output Tab
Welcome to Admin Script Editor v3.2 > Features > WMI Wizard > WMI Wizard Output Tab

Glossary Item Box

WMI Wizard - Output Tab

Sample Value - this area displays a sample of data for the selected WMI property using your local system. On some systems, WMI data may be slow to retrieve. While information is being gathered, a sample value of three periods ( . . . ) is displayed. Where there is more than one subset of information, the first item in the collection is used to display sample data. See WMI Wizard Notes for additional information on the display of sample data.

Show Sample data - deselecting this option will keep ASE from trying to provide a sample value in the space above. For example, if you are working with WMI data that queries drives the floppy may be accessed when trying to collect data. In this case, disabling the collection of sample data may be preferable.

Set WMI root variable - check this box to have the WMI object assigned to its own variable.

One line per property - check this box to have each property in the WMI select statement on its own line (for readability).

Always use wildcard - checking this box will cause the select statement to always use a wildcard in the WMI select statement- even if not all of the properties in the class are to be displayed by the generated script.

Describe Properties - check this box to have each of the properties identified by name when displayed by the generated script.

Dim variables - checking this box, causes each of the variables used in the generated script to be declared.

Select All - this button may be used to select all of the properties for the selected WMI class.

Clear All - this button may be used to deselect all of the properties for the selected WMI class.

Insert - this button inserts script code for the appropriate language based on the selections made above.

Show - this button allows you to preview the code to be inserted based upon the selections made above.

WMI Help - this button will take you to the appropriate area of the online WMI SDK at Microsoft.com based on the selected WMI Class.