

Announcing Apache Iceberg support for BigLake.Introducing Sensitive Actions to help keep accounts secure.An error has occurred the feed is probably down.What’s NEXT with Citrix and Google Cloud.


Get quick access to Citrix Workspace from the Mac menu bar.Manage Citrix Workspace app for your users with just one click.Streamline repetitive typing with TextExpander and Citrix technologies.How channel partners are architecting a seamless zero trust framework.Best practices to ensure you have the Citrix Linux VDA support you need.Engineer a secure future in Industry 4.0.How carmakers can build a future-ready workforce.Citrix Machine Creation Services (MCS) – Primer For On-Prem Vs Azure.Desktop Restart – Citrix Storefront Power Management.Microsoft Windows Virtual Desktops (WVD) or Citrix – The Big Question answered!.Integrate Azure MFA with NetScaler Gateway for Two-Factor Authentication.Implement Rate Limiting on NetScalers (Citrix ADCs).

Send-MailMessage -From “ ” -To “ ” -Subject “Citrix XenApp license usage – Daily Report” -Body “Citrix XenApp license usage – Daily Report” -SmtpServer “ ” -Attachments “C:\report_do_not_delete\$(get-date -uformat “%Y-%m-%d”).txt” #$usageReport | Format-Table -AutoSize | out-file “C:\reports\usagereport.txt” $usageReport = | select-object pld -unique | foreach ,License,Count,Usage,PctUsed,Alert|ft -AutoSize|Out-File -Append C:\report_do_not_delete\$(get-date -uformat “%Y-%m-%d”).txt $LicenseData = Get-WmiObject -class “Citrix_GT_License_Pool” -namespace “ROOT\CitrixLicensing” -ComputerName $CitrixLicenseServer #retrieve license information from the license server #Toggle an alert above this percentage of licenses used #Do you want to report on licenses with 0 users? $CitrixLicenseServer = “ yourlicenseservername” Run the script as a scheduled task at a specific time to receive the license usage reports in your mailbox or run it manually from a PowerShell window in Admin mode #Region Settings Also, make the relevant changes in the script marked in Red. ps1Īlso ensure that you have a folder called report_do_not_delete created in the C: drive on the license server. The script could be saved as a file with an extension of. The below PowerShell script could be used to deliver automated emails on the Citrix License usage for Citrix Admins.
