SCOR 2022 and deploy a Application and automate to deploy any application or programs question

PerserPolis-1732 1,971 Reputation points
2024-11-27T14:43:29.3833333+00:00

Hi,

I want to deploy a Pallication for example Firefox using SCOR 2022 Runbook.

I have tried it but it does not work. Is there any Link or step by step example for that?

My target is to automate deploy application

Regards

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
267 questions
Microsoft Security | Intune | Configuration Manager | Deployment
Microsoft System Center | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. XinGuo-MSFT 22,231 Reputation points
    2024-11-28T07:46:42.6166667+00:00

    Hi,

    When deploying applications using System Center Configuration Manager (SCCM), you have two main deployment options: Available and Required.

    Required Deployment: The application is automatically installed on the target devices.

    A silent installation runs without user interaction, check the application's documentation for silent installation parameters. For Firefox, you might use something like firefox.exe -ms for a silent install.

    Create a user or device collection to automate deploy the application.

    In Orchestrator, use Update Collection Membership activity for Configuration Manager Integration Pack to add a user or device into the collection to automate deploy the application.

    0 comments No comments

  2. PerserPolis-1732 1,971 Reputation points
    2024-11-28T08:08:39.6966667+00:00

    Hi,

    Sorry I cannot understand your comment. I know how I can deploy any Application with SCCM, t do that since 10 years. my Question was how can I do that with Orchestrator and not with SCCM. I want to do with Runbook on the Orchestrator

    I need a Link with step by step example

    Regards

    0 comments No comments

  3. XinGuo-MSFT 22,231 Reputation points
    2024-12-02T08:57:25.2733333+00:00

    Deploying applications like Firefox using SCOR 2022 without SCCM.

    Create a Runbook: add a PowerShell script within your runbook to handle the installation process. For example, you can use a script to download the Firefox installer and execute it silently.


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.