When you set up the Microsoft Entra ID integration, any device joined to Entra ID from that point on enrolls into Applivery automatically. But devices that were already joined to Entra ID before you configured Applivery behave differently: they never show up for enrollment.
The reason is timing. These PCs are using a security token that was issued before the Applivery integration existed, so as far as the device knows, Applivery isn't there. The device isn't broken and nothing is misconfigured — it simply needs to refresh its token so it can discover the new MDM.
Microsoft provides a command for exactly this situation. Running dsregcmd /forcerecovery refreshes the device's registration with Entra ID without unjoining the machine or wiping any data. Once the token is refreshed, the device sees Applivery and enrolls on its own.
This procedure assumes the Entra ID integration is already configured in your tenant. If it isn't, set that up first — otherwise the refreshed token still won't find Applivery.
You can trigger the token refresh in two ways. Choose whichever fits how you reach the affected devices.
Option A — Remotely, with an Applivery script
If the devices are already reachable in your Applivery Dashboard, push the command as a script. Go to Resources > Scripts, create a new PowerShell script with the line below, and assign it to the affected devices. See Scripts for the full flow.
dsregcmd /forcerecovery
Option B — Manually, on the device
On the PC, open a Command Prompt or PowerShell as administrator and run:
dsregcmd /forcerecovery
When the command runs, the user sees a native Microsoft sign-in prompt. Have them sign in with their corporate Entra ID account.
This is the step that refreshes the device's security token — once the user signs in, Windows updates the token behind the scenes.
After sign-in, Windows discovers Applivery as the MDM and automatically enrolls the device in the background. There's nothing else the user needs to do.
Once enrollment finishes, the device appears under Devices in the Applivery Dashboard with your organization's policies and apps applied.