Check if user exist in AD using Azure CLI

Viewed 74

I have installed the Azure CLI to connect to the tenant. Now I want to import a CSV containing several emails to get cross checked if they exist in the AD.

There a tons of ways to do it with 'Get-ADUser' (which I'm not using since I'd need to set up the server locally) but I could not find any with Azure CLI.

Anyone managed to do this?

2 Answers
Related