This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Citrix XenApp License Counts

This template pulls several metrics from the Citrix License Server.

It still needs to be updated to provide additional information, and ideally alerts when available licenses reaches a certain threshold.

But it's a start and a proof of concept.

The WMI queries in the monitor need to be updated to use the appropriate PLD

To find out the license code you need to run the following WMI query against the license server: SELECT Count, PooledAvailable, InUseCount, PLD FROM Citrix_GT_License_Pool

PLD is the license code.

Citrix XenApp License Counts.apm-template