Next
Next
Chapter 4: Using Advanced WMI Queries 99
On Your Own
Lab 9 Working with the AutoDiscovery Process
In this lab, you will work with the SWbemDateTime object to incorporate it into a script to
deliver a more readable date string. In doing so, you will look at the AutoDiscovery/AutoPurge
(ADAP) status. ADAP is a process that runs regularly to convert Perfmon counters into WMI
classes. Checking the status of ADAP is one of the first steps in troubleshooting these types of
classes.
1. Open the WMITemplate script, and save it as StudentLab9.vbs.
2. Change the wmiNS value so that it points to “\root\default” namespace instead of the
root\c
imv2 namespace. The modified wmiNS line will look like the following:
wmiNS = "\root\default" ...