(imported topic written by JohnnyRapid)
With Session Relevance I need to retrieve
- Make and model
- Serial number
- Version of OS
- Username
Which of these are already available and which will I have to write custom properties for?
(imported topic written by JohnnyRapid)
With Session Relevance I need to retrieve
Which of these are already available and which will I have to write custom properties for?
(imported comment written by liuhoting)
So I’m not sure you would use session relevance to figure these properties out. Couldn’t you just write an analysis? For MDM inspector stuff I would look here:
And there’s a section near the end where there are MDM inspectors.
So you should be able to write properties like:
name of current user, version of operating system, serial number of device, etc.
(imported comment written by JohnnyRapid)
I
need
to do this through session Relevance as I am using the SOAP API and I would prefer not to create an analysis. By the look of it, there are BES properties for everything I am looking for.
“Model”, “Serial Number”, “OS”, “User Name”.
What I now need to figure out is how to retrieve each of these along with BES ID for all mobile devices.