Greetings,
I am trying to do Bulk Export of Azure AD user object with all properties from powershell into csv file format. But its keep failing. Please suggest..
With Regards,
AR
Greetings,
I am trying to do Bulk Export of Azure AD user object with all properties from powershell into csv file format. But its keep failing. Please suggest..
With Regards,
AR
Did you found a method for this?..
From this method you can download all Office 365 user list with some information.
https://o365reports.com/2019/03/07/export-office-365-users-last-logon-time-csv/
Have you tried something like this?
Import-Module ActiveDirectory
Get-ADUser -Filter -Properties | export-csv c:\ADusers.csv
Look at this thread for more details.
Thanks Sajeetharan, for your time!
This is for AD. But I am looking the command to export details for Azure AD user.
With Regards,
AR
4 people are following this question.