Get all Workstations with Internet Explorer 9 or 10 (WQL)
How to set SCCM to gather all of your Workstations Internet Explorer versions
#1 | Administration\Overview\Client Settings |
#2 | Client Settings: Software Inventory Enabled |
#3 | Select Software Inventory |
#4 | iexplore.exe (for x86 Internet Explorer) c:\Program Files (x86)\Internet Explorer\ iexplorer.exe (for x64 Internet Explorer) c:\Program Files\Internet Explorer\ |
Get all Workstations with Internet Explorer 9 |
Limiting collection: All Workstations (with Client) |
Resource Class: System Resource |
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_SoftwareProduct on SMS_G_System_SoftwareProduct.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareProduct.ProductVersion like “9.%” and SMS_G_System_SoftwareProduct.ProductName like “%Internet Explorer%” |
Get all Workstations with Internet Explorer 10 |
Limiting collection: All Workstations (with Client) |
Resource Class: System Resource |
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_SoftwareProduct on SMS_G_System_SoftwareProduct.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareProduct.ProductVersion like “10.%” and SMS_G_System_SoftwareProduct.ProductName like “%Internet Explorer%” |
댓글 없음:
댓글 쓰기