top of page
Search

SQL Query to find a machine is part of which collection


Here is SQL query to find machine is part of collection.


select c.collectionID, c.name, fc.name from v_collection c join v_FullCollectionMembership fc on c.collectionID = fc.collectionID

where fc.name = 'Host Name' order by c.Name



28 views0 comments

Recent Posts

See All
bottom of page