UserAgent mentioned in few blog posts in the past, checked it out last week and I fell it a good tool to have especially since they announced free community licenses – 100 users at the time of this writing.It offers some of useful metrics [few listed below] break down of session login and logout durations application […]
Category Archives: Troubleshooting
Troubleshoot Tips – Account lockout
look for 4740 event id under security of domain controller event logs.
Make Windows to Register with DNS
Run CMD with Admin privilege ipconfig /allcompartments /registerdns
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 […]