@TN
Thank you for following up on this!
Since you're trying to see if the users from an Excel sheet exist within your GCCH tenant, have you look into the Get-AzureADUser PowerShell command? With Get-AzureADUser
, you can filter with a SearchString, userPrincipalName, or by user ID. Additionally, you can also try Get-MsolUser since it offers more parameters to query with than Get-AzureADUser.
As of right now, I don't believe there's any feature within Azure AD that lets you run a report against an Excel file, to check if a user was created within your tenant from that file. However, if you'd like this feature to be implemented, I'd recommend leveraging our new User Voice forum and creating a feature request so our engineering team can take a closer look into this.
I've also added the windows-server-powershell tag so their community can look into this issue as well.
If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.
----------
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.