Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Get Licensed Users in Office 365

$
0
0

Summary: Use Windows PowerShell to get a list of users who are licensed in Office 365.

Hey, Scripting Guy! Question How can I get a list of all users that are licensed in Office 365?

Hey, Scripting Guy! Answer Use the Get-Msoluser cmdlet from the MSOnline module and filter on the IsLicensed property:

Get-Msoluser | Where { $_.Islicensed }


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>