rcmcguir wrote:
... they must be create in some way on the server itself ...
We don't create Windows accounts on the Connection Serve itselfr. Windows accounts for kiosk device pseudo user accounts are only ever in AD.
In the LDAP repository on each Connection Server we do create ClientAuthSettings for each device. If you just create AD accounts for kiosk users, View won't know about them without the corresponding ClientAuthSettings and that is why you are seeing them as missing when you run "vdmadmin -Q -clientauth -list".
If you use ADSIEdit or LDP to look at the LDAP instance for View on the Connection Server (or look at one of the vdmexport LDAP LDF backups), you can see the ClientAuthSettings. Search for pae-ClientAuthSettings-a.
Always use "vdmadmin -Q -clientauth -add".
Mark