Verify external user email registered in GCCH

TN 101 Reputation points
2021-12-15T12:56:46.377+00:00

We had an excel list of external users stored in our AD

For example

******@foodepot.com
john.doe@StEv .com
******@cncc.com
******@ggog.com

We need to run a report to indicate if these user email accounts already registered in their Azure AD GCC High tenant or not.

Thanks for your help.

Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. JamesTran-MSFT 36,911 Reputation points Microsoft Employee Moderator
    2021-12-27T19:50:03.4+00:00

    @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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.