Forum Discussion
JinsengH
Dec 18, 2024Brass Contributor
M365 User export CSV format changed
Has anyone else noticed that the format for the "Export Users" feature in the Microsoft 365 admin center changed? It's missing some columns (fields) and no longer has a delimiter between the License...
- Dec 18, 2024
You can always get the same info via PowerShell, and format it per your preference. And there are plenty ready-to-use script samples available online, if you don't feel like creating your own. Here's one of Tony's: https://practical365.com/create-licensing-report-microsoft365-tenant/
GaelBT
Dec 18, 2024Copper Contributor
I have same issue. I thought it is the preparation of Microsof MSOnline module's retirement. The "Export Users" feature is based on cmdlet Get-Msoluser which is retired soon on March 2025 and Microsoft now uses Get-Mguser for feature "Export User".
- Andrew_WooJan 11, 2025Iron Contributor
It changed again with more columns.
This make all automation and power query falls a part.