简体   繁体   English

从 Citrix Director 检索历史数据

[英]Retrieve historical data from the Citrix Director

We would like to have a list of all users that used a specific Citrix published desktop.我们想要一份使用特定 Citrix 发布桌面的所有用户的列表。 Apparently this can be done within the Citrix Director tool but we would like to have this automated with PowerShell.显然,这可以在 Citrix Director 工具中完成,但我们希望通过 PowerShell 实现自动化。

The following Citrix CmdLet exposes the data we need but only for the last 48 hours :以下 Citrix CmdLet 公开了我们需要的数据,但仅限于过去 48 小时

Get-BrokerConnectionLog

How would it be possible to retreive this data for the last 2 months for example?例如,如何检索过去 2 个月的这些数据?

If you have the Platinum / Premium edition you can set the retention periods for different data.如果您拥有白金/高级版,您可以设置不同数据的保留期。

Look at Get-MonitorConfiguration to see the retention time and Set-MonitorConfiguration to set what you need.查看 Get-MonitorConfiguration 以查看保留时间,并查看 Set-MonitorConfiguration 以设置您需要的内容。

https://www.citrix.com/blogs/2016/12/16/extended-monitoring-data-retention-for-enterprise-customers-with-citrix-director-7-12/ https://www.citrix.com/blogs/2016/12/16/extended-monitoring-data-retention-for-enterprise-customers-with-citrix-director-7-12/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM