Hi Dojo,
Is it possible to create an alarm, a report, an email sent, or something that can DM thrown when Staging License was nearly to expire? It would be very helpfully to have this notification, because it is possible that some DMA has no activity during a period of time and license could expired.
Thanks!
Hi Daniel,
there is a method to retrieve license information called NT_GET_LICENSES (154). I'm not sure if there is a standard way to achieve your desired functionality, however, one way to do it would be to create a dummy driver with one parameter that would make use of this call, you could then alarm that parameter to get an alarm a week before, for example. Another way that might work is to create an automation script that would run, for example, once a week, and then if the expiration date is near, your script could do all sort of different things depending on your needs.
As I said, not sure if this is ideal approach, but I'm confident that it would solve your needs.
Hope this helps,
Cheers
It will be helpful!
Thanks!