Use this query if you have a list of names you need to perform an action on in SCCM.
select * from SMS_R_System where SMS_R_System.Name0 in ('Machine01','Machine02','Machine03')
Very easy! Remember to use single quotes!
Use this query if you have a list of names you need to perform an action on in SCCM.
select * from SMS_R_System where SMS_R_System.Name0 in ('Machine01','Machine02','Machine03')
Very easy! Remember to use single quotes!