Question:You have developed an application that simplifies hard drive management for Certkiller .com's
administrators.
The application that you created logs all modifications made to physical hard drives on an hourly
basis.
You now need to create an EventQuery object for this application.
What should you do? - (VB.Net) 

A Use the following code:
Dim query As New EventQuery()
query.QueryString = "SELECT InstanceModificationEvent FROM 'Win32_DiskDrive' WITHIN
3600" 

B Use the following code:
Dim query As New EventQuery()
query.QueryString = "SELECT * FROM _InstanceModificationEvent WITHIN 3600 " + "WHERE
TargetInstance ISA 'Win32_DiskDrive'" 

C Use the following code:
Dim query As New EventQuery()
query.QueryString = "SELECT * FROM 'Win32_DiskDrive' WITHIN 3600" + "WHERE
TargetInstance
ISA_InstanceModificationEvent" 

D Use the following code:
Dim query As New EventQuery()
query.QueryString = "SELECT * FROM_InstanceModificationEvent WITHIN 3600" + "WHERE
Instance
= 'Win32_DiskDrive'" 

+ Answer
+ Report
Total Preview: 805

Copyright © 2024. Powered by Intellect Software Ltd