View Categories

How to Count Licensed Users for SMB Licensing

< 1 min read

The price of an SMB-discounted Easy365Manager license is calculated based on the number of licensed user accounts in your Microsoft 365 tenant.

If you have less than 25 licensed users, Easy365Manager is free to use with all functionality (but doesn’t include priority support).

If you have between 25 and 50 users, Easy365Manager is available at an SMB discount based on the user count.

Easy365Manager will occasionally count the number of licensed users and report it to the licensing service for compliance.

You can do a manual count by running the following PowerShell command:

(Get-MgUser -Filter 'assignedLicenses/$count ne 0' -ConsistencyLevel Eventual -CountVariable licensedUserCount -All).Count

Then, use the price calculator on the Pricing page to find the yearly license cost based on your user count.