Forum Discussion

Andrew Gilleran's avatar
Andrew Gilleran
Iron Contributor
Oct 13, 2016

User status in Admin export

When I export all active users as a CSV from the Admin section, there is no column for Status. Even though this is prominent column in the view. Sorting by status is one of the most useful requirements. A client is requesting this which makes complete sense. Unless I am missing something?

 

Admin view of users

4 Replies

  • Hi Andrew Gilleran,

     

    That report indeed doesn't contain the status.

     

    An easier way to do this is using PowerShell:

     

    Connect-MSOLService

    Get-MSOLUser -All


    You will then get an overview of all users including their UserPrincipleName, DisplayName and if they are licensed or not.

     

    • jcgonzalezmartin's avatar
      jcgonzalezmartin
      MVP
      I agree with Pieter...PowerShell reports are currently more reliable and will provide you more information about your users and licenses assigned thant what you see in the Admin center
      • Andrew Gilleran's avatar
        Andrew Gilleran
        Iron Contributor

        Thanks guys. But the client won't be using PowerShell! Hard enough getting to use the Admin area.

Resources