Book Image

Microsoft System Center Configuration Manager Advanced Deployment

By : Martyn Coupland
Book Image

Microsoft System Center Configuration Manager Advanced Deployment

By: Martyn Coupland

Overview of this book

Table of Contents (20 chapters)
Microsoft System Center Configuration Manager Advanced Deployment
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

How the application model works


Application management in the background is more complex than the way packages execute in Configuration Manager. The process works using Configuration Items (CIs).

The following is a high-level overview of how the process works in order:

  1. The client downloads the latest policy from the management point.

  2. The client compiles the policy into WMI on the workstation.

  3. The CCM Scheduler component notifies the DCM Agent about the activation of a task.

  4. The DCM State Machine creates a new job in the CI Agent.

  5. CI Downloader and the CI Store are then invoked to download the CIs associated with the application.

  6. From the CI State Store, the metadata is downloaded to the CI State Store and the CI Models Store.

  7. The Policy Platform Client (PPC) checks the requirements for the deployment type and dependencies.

  8. PPC then invokes the application provider to invoke the correct handler, such as Windows Installer or the App-V handler.

  9. Results on the process are handed off to the CI State Store...