How to check whether Citrix Licensing is in Grace Period using PowerShell?
book
Article ID: CTX583825
calendar_today
Updated On:
Description
This article describes how to use PowerShell cmdlets to check whether Citrix Licensing is in grace period and the number of hours remaining in the grace period.
Instructions
- On the DDC server, right click Windows PowerShell and choose "Run as administrator".
- Execute the below PowerShell cmdlets.
-------
asnp citrix*
Get-BrokerSite
-------
- If the "LicensingGracePeriodActive" is shown as "True", it means Citrix Licensing is in grace period.
- The "LicensingGraceHoursleft" shows the number of hours remaining in the grace period.
Was this article helpful?
thumb_up
Yes
thumb_down
No