Communication

How to Show Shoretel User Licenses Allocations

Last updated on March 30th, 2023 at 04:49 pm

Read Time:36 Second

If you have a Shoretel telephony system in your corporate environment and you want to know which extensions have which licenses, then you can do this by running a simple query across your Shoretel MySQL database.

Login to your HQ server and open MySQL and login to your main Shoretel database. Then run these following queries on it:

Show all users who have Extension Only licenses:

SELECT * FROM USERS WHERE LICENSETYPEID = 2

Show all users who have Extension and Mailbox licenses:

SELECT * FROM USERS WHERE LICENSETYPEID = 1

This should then return the information you are looking for.

Comments

If you have any questions on this guide, please feel free to leave us a message below using our comments section.

Click to rate this post!
[Total: 0 Average: 0]
Avatar for Andrew Armstrong

About Post Author

Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 23 years. Sharing experience and knowledge whenever possible! Making IT Happen.
administrator

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 6,258 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.