When you connect UAG, in an internal phase called “install and detect” the UAG client will download from the UAG server a file named Detection.VBS.
Once this XML file is created it is sent by the UAG client back to the UAG server (via Internalsite/Setpolicy.asp), and then will be kept in memory by UAG. This analysis is linked to the user’s session. Here is an extract of a trace that shows that “XML” file sent via an HTTP POST (captured via Fiddler) :
All the +200 checks will be in this XML file.
· User ask to do a specific action: for example and read an attachment.
· UAG checks if a security policy is associated with this “action”: for example FCS must be running.
· If there is a security policy for this action, UAG will compare the security policy with the workstation analysis :
o If compatible: you can do this action
o If not: user gets an error message, explaining the problem, and “error” is also tracked.