How to List Users in Office 365 Using PowerShell
If you don’t know how to connect PowerShell to Office 365 then read this post first to get started: How to Connect PowerShell to Office 365 List Users The easiest way to return a list of all users is to run the Get-MsolUser cmdlet. By default, it will return only the UPN, Display name and the isLicensed attributes. Get-MsolUser User Attributes Each user contains a number of attributes defining their settings and personal...
Recent Comments