How to check whether a workspace client is Windows/Linux/Mac based on it’s version number

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

Related:

  • No Related Posts

Leave a Reply