11-12-2024 04:18 AM
Does anyone have a strategy for License management that they use to stay on top of multiple networks with multiple devices?
Asking for a Very disorganized friend...that may have ADHD...
IronBones
11-12-2024 06:54 AM
We are an MSP and developed a system with the API to manage our clients.
Boundless Digital has a product as well: https://www.boundlessdigital.com/product/licensing/
11-12-2024 09:13 AM
Mloraditch,
Do you have any code you can share?
IronBones
11-12-2024 09:40 AM
I don't do the development myself and can't share our code. Sorry!
11-12-2024 10:53 AM
No worries and completely understand.
IronBones
11-12-2024 07:12 AM
Hi @IronBones!
Depending on how much data you need, or the method of consuming said data, it can be as simple as monitoring inbound dashboard e-mail alerts and reacting to any expired licenses prior to the grace period.
On the other hand, you could run a script that makes the API call getOrganizationLicenses and pull each expirationDate against each licenseKey, comparing them against the current date and alerting on proximity to that expiration date, or parsing the output to a CSV file for review elsewhere. There's a useful three-part guide on the community forums here that details how to use the API with Python.
11-12-2024 09:12 AM
This was what I am looking for is a script someone has used to find and compare expiration to current dates. We are an MSP as well but have just enough that it is hard to keep up so I was hoping someone had tried to use the API to consolidate the info in a CSV file or email or maybe both.
ironBones
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide