troubleshooting Azure AD co-manage join
We’ve moved our configman setup to enable co-manage with Inune. For most of our computers this has gone just fine. But we have a subset that just won’t move to co-managed. I spend some time troubleshooting one computer this week and here are the links I used to fix that computer.
DSREGCMD /Status
one of the most useful commands when troubleshooting a computer joing Azure AD.
Troubleshoot devices by using the dsregcmd command – Azure Active Directory | Microsoft Docs
From the error that DSREGCMD was through I found it was was likely that the TPM was not enabled.
tpm.msc confirmed that for me.
4 Ways to Find out if Your Windows PC Has a TPM Chip | Password Recovery (top-password.com)
Then I found the powershell command to make it even easier to check
Get-TPM
How To Clear and Manage TPM on Windows 10 – NEXTOFWINDOWS.COM
I used the Dell Command Configure to create a package to enable the TPM.
Once that was done, after a few reboots and an user logging in that had a O365 license, the computer moved to co-managed
More Stories
Windows Deployment with the Next Generation of Windows Autopilot
Microsoft's latest update to Windows Autopilot brings significant enhancements to the deployment process of Windows devices, catering to the needs...
Shrink PowerPoint files
Need to reduce the size of your PowerPoint file that contain a large number of pictures. Give this a try...
Setting the exchange online max send and receive size
Quick post today around setting exchange online max send and receive size. It can be set using the GUI in...
How to find your Microsoft Exchange build number
When documenting your environment, it’s important to keep track of the build number of your Exchange server. To get the...
Micrsoft Defender for Endpoints
We use Microsoft Defender for endpoints on our physical workstations. I'm now looking at it for our servers. The servers...
Sync Active directory user data with SharePoint
If you want to sync standard common attributes from active directory to sharepoint. Its easy, AD sync to Azure AD...