Pages

Sunday, February 12, 2012

Improving PowerShell performance for XenDesktop 5.5

I’m sure this information can probably be found in a Citrix KB article but if you’re like me, I’ve always found it difficult to locate the Citrix KB I’m looking for just so this is so that I have something to reference in the future:

Your PowerShell console would load faster when it needs to add the Citrix snap-ins if you disable the following 2:

  1. Check for publisher’s certificate revocation
  2. Check for server certificate revocation

image

The reason why this would decrease the loading time is because this will prevent PowerShell to have to wait for a CRL check.

No comments: