Hi,
I want to retrieve all the users list in batches through powershell. Suppose say that i have some around 1000 users on office365 but i want to get a list of users in batch of 100 for 10 batches. I use the get-msolUser to get all results.
Note: As i checked the order of list is obtained is according to the ObjectId values in ascending order.Can i confirm with you that the order of the users will be based on ascending order of ObjectId???
Thanks,
Satya