MECM software deployment

Anonymous
2022-01-13T12:44:55.437+00:00

I am wondering who could provide me some good and valid information about how to deploy software via MECM through software center.
On google I found information that applications can be deployed by User or Device Collection.

For example, I have 2 Global Group:
Google_Chrome_96_Install
Google_Chrome_96_Uninstall

What I want is a connection with the Global group to an Device collection inside MECM.
The outcome should be, add the Global group to a device/hostname and after updating group policies or run the actions in Configuration manager, that the application install automatically.

Microsoft Security Intune Configuration Manager Deployment
Microsoft Security Intune Configuration
Microsoft Security Intune Configuration Manager Other
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 49,311 Reputation points Microsoft External Staff
    2022-01-14T02:58:27.99+00:00

    Hi, anonymous user
    Thank you for posting in Microsoft Q&A forum.

    It seems you need to create a device collection with the query rule like:

    select * from SMS_R_System where SMS_R_System.SecurityGroupName = "Domain\\Google_Chrome_96.0.4664.45_x64_EN_R01_Install"  
    

    And make sure you have deployed the application to the device collection with "Required" method.
    Then when you add a random device to Google_Chrome_96.0.4664.45_x64_EN_R01_Install group, it will be added to the device collection, then when you trigger the Machine policy and retrieval evaluation cycle, it will push the software automatically after running the actions in ConfigMgr client.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



3 additional answers

Sort by: Most helpful
  1. Garth Jones 1,666 Reputation points MVP
    2022-01-13T14:49:15.717+00:00

  2. Rahul Jindal [MVP] 10,911 Reputation points MVP
    2022-01-13T22:19:11.88+00:00

    If you want to target members of AD SG for deployments then you will need to enable AD group discovery in ConfigMgr as the first step. Once discovered, you can then create collections using the groups.


  3. Rahul Jindal [MVP] 10,911 Reputation points MVP
    2022-01-13T23:42:31.147+00:00

    After adding the device in SG, does it populate in the targeted collection? Also you are running the wrong action. You need to run Machine policy and retrieval evaluation cycle. Although this is only required when you want to force policy download.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.