The requirement to generate a report from Director that shows all external connections and the version of Workspace users are using along with if they are using Citrix Workspace app for Windows/Linux/Mac.
The following OData Director report can be used to achieve this objective.
In Director: Configure the following custom query:
Note: It’s the ClientPlatform we are interested in as this will tell what endpoint the user is using.
Connections?$filter = LogOnStartDate ge datetime'2020-04-15' and LogOnStartDate le datetime'2020-05-15'&$select=ClientName,ClientAddress,ClientPlatform,ClientVersion,Session/User/UserName,Session/LogOnDuration,Session/Machine/Name,Session/Machine/Id,&$expand = Session/User,Session/Machine