Capturing VDI data for Employees
- Print
- DarkLight
- PDF
Capturing VDI data for Employees
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
If you use ControlUp for VDI & DaaS, the Employees view can include information about remote sessions.
Prerequisites
To view VDI data in the Employees view, you must meet the following prerequisites in addition to those listed in Employees View Overview:
- Devices must have Remote DX version 2.4.1.2 or higher installed.
- Real-Time DX version 9.0 or higher
- Add a custom setting to ControlUp:
- Go to Devices > Configuration > Settings > Custom Settings.
- Add the following to the JSON string:
- Go to Devices > Configuration > Settings > Custom Settings.
"WidgetSettings": [
{
"widget": "cuagent",
"configs": [
{
"json": "{ \"DataRequested\": [ %EDGEDX.CUAGENT.DATA% ] }"
}
]
}
]
Your Custom Settings must adhere to JSON format. Click Check and beautify custom settings to confirm that the formatting is correct and then save your settings. After adding the JSON above, your custom settings should look something like this:
Was this article helpful?