Hello,
We wish to create an automatic alert when our licens is about to expire for Remote Desktop Manager and generate a ticket in our service desk sytem.
We run with a Microsoft SQL data source where I have entered the serial number.
So my question is, is there any way to acquire the expiration date of once license preferably via powershell?
Hello,
Unfortunately, it is impossible to get the expiration date of the license with PowerShell.
As a workaround, you can create a Software/Serials entry in RDM and save the Renewal date.
Then, you can get the information from a PowerShell script.$sess = Get-RDMSession | where {$_.Name -eq "RDM License key"}$expdate = $sess.DataEntry.SoftwareExpiration
Best regards,
Érica Poirier