> For the complete documentation index, see [llms.txt](https://wiki.zephyr-sim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zephyr-sim.com/getting-started/organization-onboarding/it-departments/microsofts-configuration-manager.md).

# Microsoft's Configuration Manager

1. Create a content object in the Microsoft Configuration Manager

{% hint style="info" %}
The content object could contain the Little Arms Launcher & the Zephyr application, but we advise that they use separate content objects for each since Zephyr updates differently than the Little Arms Launcher
{% endhint %}

2. Once the content objects are created, you can use the Software Library in the Configuration manager to make those content objects available to the clients.
   1. You would use the client manager to tell the clients to download the content objects if they are out of date.
3. When there is an update to the Zephyr or the Little Arms Launcher applications, you can update the files in those content objects and trigger an update cycle on the clients.
   1. That will update the sim silently to whatever they have placed in the content object.

Reference Guide: [Deploy Content - Configuration Manager](https://learn.microsoft.com/en-us/mem/configmgr/core/servers/deploy/configure/deploy-and-manage-content)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.zephyr-sim.com/getting-started/organization-onboarding/it-departments/microsofts-configuration-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
