How does browser know what Certificate to provide for Client Cert Authentication

Ever wonder how the browser provided the client cert when multiple are available for the user? The answer is the server that is requesting the client cert for authentication has an option to ask for the cert that is signed by a specific Distinguished Name CA, which is part of the server communication. You can …

Auto/Force Redirect USB Storage Devices in XenDesktop 5+ with Receiver 3+

With XenDesktop 5 and the new Receiver 3+, even if Connect all available USB devices is set using icaclient usb.adm ; the usb storage devices are not redirected automatically by default. Performed tracing with CDFControl using following modules IcaClient_GenericUsb_Ctxusbm IcaClient_GenericUsb_Ctxusbr IcaClient_GenericUsb_Vdgusb CDF Trace output Using desktop setting for ExistingDevices, value Always Using desktop setting for …

Know EndPoint OS Family with in XenDesktop

Registry Key Holding the Data [HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Ica\Session\1\Connection] “ClientProductId”=dword:000080e1 Corresponding Values OS Family HEX Decimal Android 0x54 84 Blackberry 0x55 85 CitrixConsole 3 3 DOS32 14 20 EPOC 10 16 internet 0x101 257 iOS 0x53 83 Java 0x105 261 LinuxUnix 0x51 81 Mac 0x52 82 MVGATerminals 7 7 OS2 11 17 TextTerminals 4 4 ThinOS 0x80e1 32993 …

Importance of SetLocale in VB Script

I recently ran into an issue where a user complained that their network drives were not mapped when they login after troubleshooting ; found the root cause was the login scrips fails to write koran time/date char’s to the log file and exit’s. If the locale is not explicitly set to en-us (1033) it uses …

WordPress Appliance - Powered by TurnKey Linux