As Mike mentioned, Powershell is useful for this type of stuff. I use WMI: (gwmi -cn <primaryservername> -Namespace root/sms/site_<sitecode> -class sms_collection).name
This will get you a list of all collection names. You can use a filter or a select-where to check for an individual name. From: [email protected] [mailto:[email protected]] On Behalf Of Marable, Mike Sent: Thursday, January 22, 2015 10:52 AM To: <[email protected]> Subject: Re: [mssms] RE: Tracking down Device Collection PowerShell could help too. Sorry I'm working from memory but I think it would be something like: Get-CMDeviceCollection -Name "name of your collection" Sent from my iPhone On Jan 22, 2015, at 10:45 AM, "Daniel Ratliff" <[email protected]<mailto:[email protected]>> wrote: Click All Subfolders in the top left when you click in the search box. Daniel Ratliff From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Bradley, Matt Sent: Thursday, January 22, 2015 10:30 AM To: [email protected]<mailto:[email protected]> Subject: [mssms] Tracking down Device Collection Am I crazy, or is there just no way to search ALL device collections by name? I went to create a device collection and it says it already exists, yet I can't find it in any of my folders. I can't seem to find a way to search by name, other than searching against my present view. The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material. If you receive this material/information in error, please contact the sender and delete or destroy the material/information. ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues

