Page 1 of 1

Your network contains a System Center 2012 Configuration Manager environment. You need to create a collection that conta

Posted: Mon Oct 17, 2022 4:04 pm
by answerhappygod
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?

A. select * from SMS_R_SystemwhereSMS_R_System.ResourceID not in(select ResourceID from SMS_R_SystemwhereSMS_R_System.IsVirtualMachine != 1)
B. select * from SMS_R_Systemwhere SMS_R_System.IsVirtualMachine != 1
C. select * from SMS_R_Systemwhere SMS_R_System.IsVirtualMachine = 1
D. select* from SMS_R_Systemwhere SMS_R_System.ResourceID not in(select ResourceID from SMS_R_Systemwhere SMS_R_System.IsVirtualMachine = 1)