I currently have an extensive list of device collections in SCCM 2012, varying form using IP Ranges and Using Active Directory Site names. I see the totals of devices is populated which is great
However in AD we have the default Containers 'Computers' where all computers end up when not part of any other group, i wish to create a device collection for this
I initially tried to create a Site Based Collection titled 'No OU Devices' however i realised that the Computers Container is not an AD site, the current 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 SMS_R_System.ADSiteName = "Computers" and SMS_R_System.OperatingSystemNameandVersion like "Microsoft Windows NT Workstation %"
Does anyone have any idea on how i can create a device collection on this Computers group
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.
Hello
I currently have an extensive list of device collections in SCCM 2012, varying form using IP Ranges and Using Active Directory Site names. I see the totals of devices is populated which is great
However in AD we have the default Containers 'Computers' where all computers end up when not part of any other group, i wish to create a device collection for this
I initially tried to create a Site Based Collection titled 'No OU Devices' however i realised that the Computers Container is not an AD site, the current 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 SMS_R_System.ADSiteName = "Computers" and SMS_R_System.OperatingSystemNameandVersion like "Microsoft Windows NT Workstation %"
Does anyone have any idea on how i can create a device collection on this Computers group
Many Thanks
Barrie
Share this post
Link to post
Share on other sites