- 33
- 1
- 8
Morning all!!
I have a collection with this WQL :
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 inner join SMS_G_System_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceID = SMS_R_System.ResourceId where SMS_G_System_INSTALLED_SOFTWARE.ARPDisplayName like "%Citrix Work%" and SMS_G_System_INSTALLED_SOFTWARE.ProductVersion like "23.2%"
All of device's is not going inside the collection and i don't know why...
The device's have correct hardware inventory:
The device's are in limitted correction so i don't know why they are going inside of my query.
TIA!
I have a collection with this WQL :
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 inner join SMS_G_System_INSTALLED_SOFTWARE on SMS_G_System_INSTALLED_SOFTWARE.ResourceID = SMS_R_System.ResourceId where SMS_G_System_INSTALLED_SOFTWARE.ARPDisplayName like "%Citrix Work%" and SMS_G_System_INSTALLED_SOFTWARE.ProductVersion like "23.2%"
All of device's is not going inside the collection and i don't know why...
The device's have correct hardware inventory:
The device's are in limitted correction so i don't know why they are going inside of my query.
TIA!