How to check whether Citrix Licensing is in Grace Period using PowerShell?

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

  1. On the DDC server, right click Windows PowerShell and choose "Run as administrator".
  2. Execute the below PowerShell cmdlets. 
-------
asnp citrix*
Get-BrokerSite
-------
  1. 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.
image.png