
- Microsoft sql server client for mac update#
- Microsoft sql server client for mac pro#
- Microsoft sql server client for mac free#
Replace “domain.local/%/Workstations” with your own domain name and OU that you need a collection of. In case you have many repeated OU structure (one OU name exist in many other OU, example Workstations).

select * from SMS_R_System where LOWER(SMS_R_System.SystemOUName) = "domain.local/OU/OU" Based on many nested OU Replace “domain.local/OU/OU” with your own domain name and OU that you need a collection of. Where SMS_G_System_LOGICAL_DISK.DeviceID = "C:" and SMS_G_System_LOGICAL_DISK.FreeSpace <= 5000 All computer objects with client installed in the specific site “21” 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 = "21" and SMS_R_System.Client = 1 All computers without an SCCM client 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.Client = "0" Active Directory Collections Based on OU SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_LOGICAL_DISK on SMS_G_System_LOGICAL_DISK.ResourceID = SMS_R_System.ResourceId
Microsoft sql server client for mac free#
Where sms_combineddeviceresources.clientstate != 0 All SCCM client computers with less than 5GB free disk space on C: select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name, Sms_combineddeviceresources.resourceid = sms_r_system.resourceid SMS_R_SYSTEM.Client from SMS_R_System join sms_combineddeviceresources on SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup, Where SMS_CM_RES_COLL_SMS00001.IsApproved= "0" Clients requiring a reboot select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name, Inner join SMS_CM_RES_COLL_SMS00001 on SMS_CM_RES_COLL_SMS00001.ResourceId = SMS_R_System.ResourceId SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System SCCM Clients Collections Clients not approved select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, All queries tested in SCCM Current Branch 1902.
Microsoft sql server client for mac pro#


Microsoft sql server client for mac update#
