> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/library-packs/security-and-compliance/workflow_-configuration-manager-sccm-client-continuity/usage-guide-configuration-manager-sccm-client-continuity.md).

# Usage guide: Configuration Manager (SCCM) client continuity

## Overview <a href="#overview" id="overview"></a>

This workflow automatically enables you to resolve and filter out common Configuration Manager (SCCM) issues and ensure compliance across the landscape. This saves significant time for any support team, enabling them to investigate and focus on more serious problems.

Ensure your workflow is properly configured by following the steps highlighted in its configuration guide:

[Configuration guide: Configuration Manager (SCCM) client continuity](/platform/library-packs/security-and-compliance/workflow_-configuration-manager-sccm-client-continuity/configuration-guide-configuration-manager-sccm-client-continuity.md)

### Workflow Structure <a href="#workflow-structure" id="workflow-structure"></a>

This section describes the key steps in this workflow:

At the start of this workflow, there is a "Get Configuration Manager Client Status" thinklet configured to automate the retrieval of Configuration Manager (SCCM) client status information using a remote action.

Based on the results of this remote action, the workflow determines its further actions:

* Check if WMI service is running. If not, restore the WMI service state using a remote action before moving on to the next steps.

<figure><img src="/files/61seJ4ADFNzweU8ZWQpf" alt="" width="563"><figcaption></figcaption></figure>

The workflow then checks for the presence of a Configuration Manager client on the device. If the client is not installed, it starts client installation using a remote action and re-runs the Get Configuration Manager client status remote action to get updated status information.

<figure><img src="/files/UcqMeRkDHq8NlB67HVqJ" alt="" width="563"><figcaption></figcaption></figure>

The workflow then checks the status of the Configuration Manager client service and any underlying operating system services (BITS, RPCS, WTS) required for the client to function. If a problem is detected in any of these services, the workflow initiates a recovery procedure and then reruns the Get Configuration Manager Client Status remote action to obtain updated status information.

<figure><img src="/files/0xmkpAUkVRP7EZte526n" alt="" width="563"><figcaption></figcaption></figure>

After the client is restored, the workflow checks to see if the client service is running. Otherwise, it reports the device using an ITSM ticket. If the client service is running, the Invoke Configuration Manager policy synchronization remote action is triggered to synchronize client policies. It then checks to see if the device has received operating system updates in the last 45 days. Otherwise, the device will be reported using an ITSM ticket.

<figure><img src="/files/LR9vHhzNRvkY7IP50as8" alt=""><figcaption></figcaption></figure>

***

RELATED TOPICS

* [Manage Workflows](https://docs.nexthink.com/platform/user-guide/workflows/managing-workflows)


---

# 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:

```
GET https://docs.nexthink.com/platform/library-packs/security-and-compliance/workflow_-configuration-manager-sccm-client-continuity/usage-guide-configuration-manager-sccm-client-continuity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
