Jump to content


Constantine

Deploy application only on Win7 OS

Recommended Posts

Good Morning,

 

Yesterday i deployed a SCCM VNext beta. also i deployed client agents on desktops and on servers as well.

 

In Assets and Compliance, in All systems group there are as client OS-es also Server OS-es as well.

 

how i can deploy a specific application lets say on Windows 7?

Share this post


Link to post
Share on other sites

Here's the query we use to isolate Windows 7 systems:

 

select distinct SMS_R_System.Name, SMS_R_System.SMSAssignedSites, SMS_R_System.IPAddresses, SMS_R_System.IPSubnets, SMS_R_System.OperatingSystemNameandVersion, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.LastLogonUserDomain, SMS_R_System.LastLogonUserName, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceId, SMS_R_System.NetbiosName from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like "%Workstation 6.1%"

Share this post


Link to post
Share on other sites

You can also build a task sequence to install your application, and then set the appropriate conditionals on each task sequence item. This is a powerful, flexible, and easy method of deploying applications, which is used by many ConfigMgr folks out there.

 

Hope this helps.

 

Cheers,

Trevor Sullivan

http://trevorsullivan.net

http://twitter.com/pcgeek86

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

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.