-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Description
Hi Team.
I am looking to retrieve all ADUser using the Get-PnPAzureADUser command.
So Get-PnPAzureADUserdoes retrieve all users but using the command below only retrieves a small number of users.
Get-PnPAzureADUser | Where-Object {$_.officelocation -eq "ABC"}
Now i see there is this -StartIndex 1 -EndIndex 1000 but from the reading i was doing it seems to be a random who it pulls in.
Can anyone advise how i can pull in all account and be 100 sure that its all accounts and not a random selection.
Many thanks
Metadata
Metadata
Assignees
Labels
No labels