
SCCM Collection Query for Virtual Machines
Just a quick post to add to our list of SCCM collection queries. We needed one today for a collection of virtual machines only. This query you can use to …
Read MoreMaking IT Happen
Just a quick post to add to our list of SCCM collection queries. We needed one today for a collection of virtual machines only. This query you can use to …
Read MoreIf you are using Configuration Manager and you want to create a collection based on all Windows 10 installations, you can use this WQL query below: select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, …
Read MoreIf you are using Configuration Manager and you want to create a collection of all devices that do not have the Configuration Manager Client installed, then you can use this …
Read MoreIf you want to create a collection in Configuration Manager to show you all the devices that are not up to a specified version, then you can use the WQL …
Read MoreWe have had a report that one of our WQL queries has not been working correctly, this is the one for devices that have Configuration Manager client installed but do …
Read More