Currently we have been pushing out full copies of Windows 7 Professional to all of our workstations. However we are looking into pushing Windows Thin PC (based off of windows 7) for alot of our old warehouse machines.
We currently have the machines being split up into sites. This collection is where we assign our software. This WQL query is:
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.SMSInstalledSites = "XX1" and SMS_R_System.Client is not null
We are new to the SCCM game and are not familiar with all of the coding yet, but what we would like to do is add a OS check into this as well. Basically on the query above set it to check for the installed site "XX1" and that the client is installed. Also check to see if it is Windows 7 Pro.
We then want to create a second collection with the same type of query but checking for Windows 7 thin pc.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Currently we have been pushing out full copies of Windows 7 Professional to all of our workstations. However we are looking into pushing Windows Thin PC (based off of windows 7) for alot of our old warehouse machines.
We currently have the machines being split up into sites. This collection is where we assign our software. This WQL query is:
We are new to the SCCM game and are not familiar with all of the coding yet, but what we would like to do is add a OS check into this as well. Basically on the query above set it to check for the installed site "XX1" and that the client is installed. Also check to see if it is Windows 7 Pro.
We then want to create a second collection with the same type of query but checking for Windows 7 thin pc.
Any ideas would be extremely helpful.
Thanks in advance.
Share this post
Link to post
Share on other sites