question

AnoopRayas-0583 avatar image
0 Votes"
AnoopRayas-0583 asked TharinduGunarathne-4714 commented

Bulk Export of Azure AD user object with all properties from powershell

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

azure-ad-audit-logs
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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/

0 Votes 0 ·

1 Answer

Sajeetharan avatar image
0 Votes"
Sajeetharan answered AnoopRayas-0583 commented

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.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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

0 Votes 0 ·