PrepAway - Latest Free Exam Questions & Answers

Which query should you use?

Your network contains a System Center 2012 Configuration Manager environment.
You need to create a collection that contains all of the virtual machines.
Which query should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
select * from SMS_R_System
where SMS_R_System.ResourceID not in
(select ResourceID from SMS_R_System
where SMS_R_System.IsVirtualMachine != 1)

B.
select * from SMS_R_System
where SMS_R_System.IsVirtualMachine != 1

C.
select * from SMS_R_System
where SMS_R_System.IsVirtualMachine = 1

D.
select * from SMS_R_System
where SMS_R_System.ResourceID not in
(select ResourceID from SMS_R_System
where SMS_R_System.IsVirtualMachine = 1)


Leave a Reply