PowerShell

powershell
# connects to Azure with an authenticated account for use with cmdlets from the
# Az PowerShell modules
Connect-AzAccount

Get-AzADUser -ObjectId "user@example.com"| fl

Resources

Scratch