@Freppys , If you have Password Hash Sync (PHS) enabled, users will directly authenticate from Azure AD and you don't need to perform any additional steps. If you are using Federated or Pass-Through authentication, you would need to first configure PHS. You can then use Set-MsolDirSyncEnabled -EnableDirSync $false
cmdlet. After you run this cmdlet, the accounts can be managed directly in cloud.
-----------------------------------------------------------------------------------------------------------
Please "Accept as answer" wherever the information provided helps you to help others in the community.