Hello
Krunoslav,
Thank you for your question and for reaching out with your question today.
If you're experiencing discrepancies between the Installed and Issued license counts in the RD Licensing Manager report for your Windows Server 2019 Per User CALs, here are a few suggestions to help troubleshoot the issue:
- Verify licensing configuration: Double-check your licensing configuration in the RD Licensing Manager to ensure that the correct licensing mode (Per User) and license packs are installed and properly configured. Ensure that the licenses are specifically assigned to users.
- Restart the RD Licensing service: Try restarting the Remote Desktop Licensing service on the licensing server. This can help refresh the licensing information and resolve any temporary issues.
- Check event logs: Review the event logs on the licensing server for any related errors or warnings that might provide additional information about the license issuance process. Look for any events related to licensing or Remote Desktop Services.
- Validate user assignments: Ensure that the user assignments for the Per User CALs are properly configured. The licenses should be assigned to individual users rather than devices. Double-check the user assignments in the RD Licensing Manager.
- Use PowerShell to retrieve license information: Instead of relying solely on the RD Licensing Manager GUI, you can use PowerShell to retrieve license information. The following PowerShell command can help you get a detailed report:
Get-WmiObject -Namespace "Root/CIMv2/TerminalServices" -Class Win32_TSLicenseReport | Select-Object LicenseServer, TotalLicenses, IssuedLicenses, RemainingLicenses
This command retrieves license information using WMI and displays the LicenseServer, TotalLicenses, IssuedLicenses, and RemainingLicenses values.
Remember that licensing issues can be complex, so it's important to ensure that you have the necessary licensing agreements and compliance in place.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
If the reply was helpful, please don’t forget to upvote or accept as answer.
Best regards.