How to search guests?

Iron Contributor

I have a basic question :)

 

I cannot find a way to search for partial information of guests accounts in the list of guests of the Admin center or users in AAD.

 

The only search that works well is when we search with the whole email account or the first letters. Do you have a trick to search for the domain or first name or last name?

3 Replies
If you want proper search, use PowerShell :)
You can run this command after connecting to MSOL module in PowerShell.
The "#ext#" part can be changed according to your requirement.

Get-MsolUser -all | where {$_.UserPrincipalName -match "#ext#"}

@KM KTNN I found a way in AAD by adding a filter on the domain in the users list. You have to enter the whole domain.

 

filter-domain.png