windows – How to Unregister User Account from Devices in a Windows Domain

active-directorymicrosoft-365windowswindows 10

In a Windows Domain with Microsoft 365 when a user has used more than 20 devices they get an error they have have to unregister in order to sign into a new Windows 10 workstation. Does anyone know of a way to unregister devices that are found on the page https://myaccount.microsoft.com/device-list from powershell for users?

Here is the help guide for the page so you can see the page I am talking about:
https://support.microsoft.com/en-us/account-billing/manage-your-work-or-school-account-connected-devices-from-the-devices-page-6b5a735d-0a7f-4e94-8cfd-f5da6bc13d4e

Best Answer

You can remove a user from a device using the Azure User Details Devices Page or using the command line tool Remove-AzureADDeviceRegisteredUser.

Additional information: https://aad.portal.azure.com/#blade/Microsoft_AAD_IAM/UserDetailsMenuBlade/Devices/userId/(User GUID)

https://docs.microsoft.com/en-us/powershell/module/azuread/remove-azureaddeviceregistereduser?view=azureadps-2.0

Related Topic