Forum Discussion

bpr1s3's avatar
bpr1s3
Copper Contributor
Mar 23, 2023

Convert AD Synced Users to Office 365 Users

Hello. We have AD Synced to Microsoft 365.   When covid hit, we had to abandon AD and start creating users in the cloud. Eventually, the server gave up and AD Sync stopped.    It's been a couple ...
  • eliekarkafy's avatar
    eliekarkafy
    Mar 23, 2023
    the below script is from MS online . you need to install the MSonline modull on your PC connect to MS online and try to clear the immutable ID using the below script

    Get-MsolUser -UserPrincipalName "email address removed for privacy reasons" | Set-MsolUser -ImmutableId "$null"

Resources