(New to SCCM, learning fast. Familiar enough with SQL to edit statements and understand what is happening)
I have a set of 5 nested collections I utilize for Windows update deployment.
Among these, I have a collection called "Servers" containing all 2003 and 2008 servers. The SQL Query is as follows.
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from sms_r_system where OperatingSystemNameAndVersion like 'Microsoft Windows NT%Server%'
I have a collection called "Manual" (Collection ID LMG00033) that I would like to exclude from the Servers collection.
The solutions I have read aren't working for me.
How can I modify the Servers SQL Query to exclude the Manual Colletion.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
(New to SCCM, learning fast. Familiar enough with SQL to edit statements and understand what is happening)
I have a set of 5 nested collections I utilize for Windows update deployment.
Among these, I have a collection called "Servers" containing all 2003 and 2008 servers. The SQL Query is as follows.
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from sms_r_system where OperatingSystemNameAndVersion like 'Microsoft Windows NT%Server%'
I have a collection called "Manual" (Collection ID LMG00033) that I would like to exclude from the Servers collection.
The solutions I have read aren't working for me.
How can I modify the Servers SQL Query to exclude the Manual Colletion.
Thank you in advance
DWM
Share this post
Link to post
Share on other sites