How to add new application in SCCM and deploy for group of computers

IT Engineer 260 Reputation points
2023-10-02T08:14:34.74+00:00

Hello,

I am new to SCCM, we have requirement to add new application in SCCM and deploy for group of computers.

Just need simple steps to first add this application and make group of PCs then push that application.

Thanks

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

2 answers

Sort by: Most helpful
  1. Gerhard Hudson 0 Reputation points
    2023-10-02T08:22:06.8766667+00:00

    Hello,

    I can provide you with a simplified step-by-step guide to add a new application to SCCM (System Center Configuration Manager) and deploy it to a group of computers. Please note that SCCM can be a complex tool, so I'll provide an overview of the process. Make sure you have the necessary permissions and prerequisites in place before you begin. Also, keep in mind that these instructions are based on a general setup and might vary slightly depending on your specific SCCM version and configuration.

    Step 1: Prepare the Application

    Before you can deploy an application, you need to have it ready for distribution. This typically involves creating an installer package (e.g., MSI, EXE) and ensuring that it can be installed silently (without user interaction).

    Step 2: Import the Application into SCCM

    Open the SCCM Console on your SCCM server.

    In the SCCM Console, go to "Software Library" in the left pane.

    Right-click on "Applications" and select "Create Application."

    Follow the wizard to import your application. You may need to specify information such as the application name, publisher, version, and deployment type. Make sure to configure the deployment type with the appropriate installation parameters for silent installation.

    Step 3: Create a Device Collection

    Before you can deploy the application to a group of computers, you need to create a device collection that includes those computers.

    1. In the SCCM Console, go to "Assets and Compliance."
    2. Under "Device Collections," right-click and choose "Create Device Collection."
    3. Follow the wizard to create a collection. You can specify the criteria for including devices in the collection, such as an AD group, OU, or specific attributes.

    Step 4: Deploy the Application

    Now that you have the application imported and a device collection created, it's time to deploy the application to the selected group of computers.

    1. In the SCCM Console, go to "Software Library."
    2. Right-click on the application you imported earlier and choose "Deploy."
    3. Select the target device collection you created in Step 3.
    4. Configure the deployment settings, such as installation behavior, deployment schedule, and user notifications.

    Step 5: Monitor and Verify

    Once the deployment is initiated, you can monitor its progress and verify that the application is successfully installed on the targeted computers. You can do this by checking the deployment status in SCCM.

    That's a simplified overview of the process to add and deploy an application in SCCM. SCCM is a powerful tool with many advanced features, so you may need to adjust these steps based on your specific requirements and environment. Always test deployments in a lab or small group of devices before deploying to your entire organization to avoid any unexpected issues.

    0 comments No comments

  2. AllenLiu-MSFT 49,311 Reputation points Microsoft External Staff
    2023-10-03T01:44:30.73+00:00

    Hi, @IT Engineer

    Thank you for posting in Microsoft Q&A forum.

    Here is the official guidance to create device collection and create and deploy the application:

    Create collection:

    https://learn.microsoft.com/en-us/mem/configmgr/core/clients/manage/collections/create-collections

    Create and deploy application:

    https://learn.microsoft.com/en-us/mem/configmgr/apps/get-started/create-and-deploy-an-application


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    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.