Aerobaticrug Posted July 23, 2012 Report post Posted July 23, 2012 I've got to roll out a desktop refresh to Win 7 Enterprise (both x86 and x64). Now my issue is that Help desk have been building Win 7 enterprise for the last few months and I don't want these machines getting rebuilt again. Is there anyway to target only the older build Windows 7 professional and leave the enterprise versions as is? Quote Share this post Link to post Share on other sites More sharing options...
BB24 Posted July 24, 2012 Report post Posted July 24, 2012 Couldn't you create a collection with a query that just targets the Operating System Version? 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_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Name like "Microsoft Windows 7 Professional%" Quote Share this post Link to post Share on other sites More sharing options...
Aerobaticrug Posted July 25, 2012 Report post Posted July 25, 2012 Thanks, I'll give that a whirl! Quote Share this post Link to post Share on other sites More sharing options...
LespaulFender Posted August 4, 2012 Report post Posted August 4, 2012 Could you also put them in their own collection or a seperate collection for them. Then just target the collections you want making seperate advertisement for those collections. Quote Share this post Link to post Share on other sites More sharing options...