SCCM – WQL – Return PKI-Client Certificate Type

To return the Client Certificate type (PKI or Self-Signed), use this code in the CM Console: Go to CM Console > Monitoring > Overview > Queries > Create Query Code SELECT DISTINCT SMS_R_System.Name, SMS_CombinedDeviceResources.UserName, SMS_CombinedDeviceResources.Domain, SMS_G_System_OPERATING_SYSTEM.BuildNumber, SMS_CombinedDeviceResources.ClientCertType FROM SMS_CombinedDeviceResources INNER JOIN SMS_R_System ON SMS_R_System.ResourceID = SMS_CombinedDeviceResources.ResourceID INNER JOIN SMS_G_System_OPERATING_SYSTEM ON SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_CombinedDeviceResources.ResourceID   Screenshot

Citrix Fatal Error – ‘WEB_CLIENT’ failed during request

This is how you fix the Citrix failed during request error, which can prevent the installation of a new Citrix client or associating the ICA file type to the current client. What the Application event log says: ‘WEB_CLIENT’ failed during request for component ‘{1762F5BA-3F32-4A41-90CB-83C447BE6ED2}’ Solution * either package or run these commands as admin ftype Read More …