Mar 14 2023 01:27 PM
Okay so if I run
Get-AzureAdUser -Filter "userType eq 'Guest'"
I get a list of users as expected that all have a user type of "Guest".
However this list is missing users.
If I run
Get-AzureAdUser -All 1
I get every member of my Azure environment. Then I paste the results in Excel and filter on the user type column to show only users with the type of "Guest", I get the missing users as well as the results from the previous command.
I'm not sure why this is happening?
Mar 15 2023 12:31 AM
SolutionMar 15 2023 05:19 AM
Mar 15 2023 09:05 AM