Hello here,
I try to make an error reported script from the event of a Horizon VMware VIew.
So, first i tried to retrieve the event log with this PowerCli command
Get-EventReport -ViewName user_events -StartDate ((Get-Date).Adddays(-1))
But this command return no output object.
It seems the command cannot retreive the event from database , how can i debug this please ?
I use Powercli for VMwareVIEW horizon 5.2.
The cmdlet was tested directely from the connection server.
Thank you.