Skip to content
Create Application Group Using SCCM | ConfigMgr | Deploy App Group

Create Application Group Using SCCM | ConfigMgr | Deploy App Group

Written By Anoop C Nair
Last Updated June 12, 2024
Posted In SCCM
SHARE

Create an application group using SCCM to deploy a group of apps to users or devices. Let’s see how to create ConfigMgr Application groups to deploy a group of applications. The ConfigMgr 2111 version has the great news that SCCM application groups and orchestration groups are not pre-release features.

An SCCM Admin can create a group of applications called the application group. You can use the application group and deploy it to a user or device collection as a single deployment. The Application Groups feature was released with Configuration Manager version 1906. However, it’s still a pre-release feature. This doesn’t mean you can’t use it in your production environment.

I recommend using it and providing valuable feedback to the Microsoft Endpoint Manager product group! Are you trying to replace Task Sequence capabilities with application groups?

Index
Create an Application Group Using SCCM
Software Center Icon for Application Group
Select Applications for App Group
Deploy SCCM Application Groups
Content Distribution
Deployment Settings
Scheduling Options for Application Group Deployment
User Experience Options
ConfigMgr Application Groups Deployment
Log Files Related to ConfigMgr Application Group
Results
Windows 10 Client-Side
Server Side
Resources
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Table 1

Create an Application Group Using SCCM

Let’s try to create an application group using SCCM.

Patch My PC

Launch SCCM Console. Navigate to Software Library – Application Management – Application Group node. Select Create Application Group from Create group in the ribbon.

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.1
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.1

On the General Information page, specify information about the app group. Enter Application Group Name = Mandatory Applications for Sales. Enter Administrator Comments = Add if there are any. Enter Publisher Name

Click on the Next button to continue.

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.2
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.2

Software Center Icon for Application Group

It’s time to create a software center icon for the app group. On the Software Center page, include information that shows in the Software Center.

You can add additional Languages to Application Groups by Add/Remove Language

Click on Browse to upload a new Software Center ICON

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.3
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.3

Select Applications for App Group

Let’s select applications that you want to add to the application group.

  • On the Application Group page, select Add. Select one or more apps for this group and reorder them using the Move Up and Move Down actions.
  • Selected 7Zip and Chrome.
  • Click on the NEXT button.
Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.4
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.4

Click on NEXT, NEXT, and Close to finish the application group creation

Deploy SCCM Application Groups

Now, let’s deploy the application groups to a Device collection.

  • Right-click on Application Groups and select Deploy
Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.5
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.5

Click on Browse to select Collection to deploy

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.6
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.6

Content Distribution

Now, it’s time to distribute the content to the DPs.

Specify the content location and distribute the content to the Distribution point or Distribution point group. Click on Add. Select the DPs or DP groups to which you want to distribute the Firefox source file. Click on NEXT to continue.

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.7
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.7

Deployment Settings

Let’s start configuring the deployment settings.

  • Select Action – Install (Application Groups). I selected Install to install Firefox on those devices.
  • Select Purpose as Required, or you can make it an available application if you want
  • Click NEXT to continue

NOTE! – You can notice that there are no additional options in deployment settings.

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.8
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.8

Scheduling Options for Application Group Deployment

Let’s see how to start scheduling Application Group Deployment.

  • You can select the scheduling options from Specify the schedule for this deployment window.
  • Schedule the application to be available already
  • You can also specify the deadline if you want to deploy the Application group after off-hours
    • As Soon As Possible after the available time
    • You can schedule the deadline as per your requirement
Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.9
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.9

User Experience Options

Specify the user experience for installing Application Groups on the selected devices. Also, specify the user experience setting for the deployment Display in the Software Center and only show notifications for computer restarts.

Click on the Next button.

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.10
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.10

Specify Configuration Manager and Operations Manager alert options. Click on NEXT (All default settings selected).

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.11
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.11

Click on NEXT, NEXT, and Close

ConfigMgr Application Groups Deployment

The following deployment was created for application groups.

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.12
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.12

To troubleshoot an app group deployment, use the following log files on the Windows 10 client:

  • AppGroupHandler.log
  • AppEnforce.log
  • SettingsAgent.log

Snippets of AppGroupHandler.log

Checking apps with which to force desired state of: Installed
Raising client SDK event for class CCM_Application, instance CCM_Application.Id="ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/ApplicationGroup_dede2225-7292-4b27-8aa7-5a21257d3fed",Revision="1",IsMachineTarget=1, actionType 23l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l
Installing app: ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/Application_471fdf49-b217-4bfc-b807-4a19ad5fc555, revision: 1, user:
app ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/Application_471fdf49-b217-4bfc-b807-4a19ad5fc555, jobId: {4BD36D70-1D72-4D9C-AACB-7C68E2AD6A63}
found App: 7-Zip ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/Application_471fdf49-b217-4bfc-b807-4a19ad5fc555, revision: 1, applicability: Applicable, InstallState: Installed
App: 7-Zip ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/Application_471fdf49-b217-4bfc-b807-4a19ad5fc555, is Installed
App ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/Application_471fdf49-b217-4bfc-b807-4a19ad5fc555, after enforcement has state: Compliant
Installing app: ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/Application_25cf40e6-5acc-4495-8d7f-4e7336766257, revision: 1, user:
app ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/Application_25cf40e6-5acc-4495-8d7f-4e7336766257, jobId: {25B65587-7A58-44C0-A372-BEB58A3C6B96}
found App: Google Chrome ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/Application_25cf40e6-5acc-4495-8d7f-4e7336766257, revision: 1, applicability: Applicable, InstallState: Installed
App: Google Chrome ScopeId_1074285A-82C7-474F-B242-1EE20F8C3CE5/Application_25cf40e6-5acc-4495-8d7f-4e7336766257, is Installed

Results

Let’s see the results of the Application Group deployment results. I have added 7Zip and Chrome.

Windows 10 Client-Side

Let’s look at the Software center and Windows 10 devices to check and confirm whether all the applications got installed successfully.

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.13
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.13

The Application for sale is installed successfully.

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.14
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.14

Server Side

Let’s examine the Configuration Manager console—Monitoring workspace to check and confirm whether the application group deployment has been completed.

Create Application Group Using SCCM | ConfigMgr | Deploy App Group - Fig.15
Create Application Group Using SCCM | ConfigMgr | Deploy App Group – Fig.15

Resources

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Anoop C Nair is Microsoft MVP! He is a Device Management Admin with more than 20 years of experience (calculation done in 2021) in IT. He is a Blogger, Speaker, and Local User Group HTMD Community leader. His main focus is on Device Management technologies like SCCM 2012, Current Branch, and Intune. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc.

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion · 8 comments

  1. Hi Anoop,
    We do not have any SCCM reports to monitor the deployment status for App group. Every time we have to check it from console. Any suggestions for that.

  2. Heyie Anoop.
    Good Day!

    I have created an Application group, but its failing to download the source.
    The only error I could see is from PolicyAgent.log “Failed to find property ‘Priority’ in ‘CCM_AppGroupCIAssignment’ class definition. Error 0x80041002. Default value will be used for this property”

    Would you please assist me on this.

    Regards,
    Avi

  3. These application groups work amazing, the only problem I’m having with them is they’re not correctly gathering completion statistics. It always show’s 0 requested.

    If I break the applications out of the group and do them as one off installs they correctly install AND how the completion statistics. Any idea why the statistics break for Application Groups?

  4. Hi,

    I observed following problem. Installation of Application Group (like Available) works fine. Everything is ok. In Software Center status is fine, but if you will refresh policy (for example by ConfigManager on End User machine or by Client Notification by Console) then status in Software Center will be visible like “not installed”. There will be button like “Install” because in theory application group is not installed (of course it’s there). What is funny all of components (member of this Application Group) will be still visible by Powershell like installed. In monitoring everything is still fine. Application group is visible like installed… So, only in Software Center status is not nice.

    Have you ever had similar problem ?

  5. I made my application test group as available. it installed.
    but regression is not good, it is stuck during uninstall phase.
    what can I look out for.

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read