Archive for XenDesktop

Citrix: Remove Favorites from the Explorer in Windows 7/ Windows 2008 R2

I often publish a desktop in my projects and most of the times the new favorites folder in the explorer has to be removed because it’s not easily managed. I found the following method is pretty straightforward and works too.

Yuri Haak and a couple of other smart guys figured this out on the RESUG forum so I took their tips and made some automation possible. To change the reg keys that can remove the favorites from the explorer you first have to change the rights on the registry key, I did this by using Helge Klein’s SetACL which is an easy tool for such small (but tricky) adjustments.

Read more

Microsoft: Maximum number of groupmemberships for users (MaxTokenSize)

Today on of my colleagues was telling me about a Windows 7 deployment that was configured trough GPP but he noticed that not all the GPP settings where set somehow. He found a quick fix by removing the user from all the groups he was nested in, log the user in and add the user to all the groups again. When I heard this problem I knew I had seen this before in an environment with users in +200 nested groups in Windows 2008 R2. So I told him it could be the MaxTokenSize that has to be set to a proper value, Microsoft has an KB article to do so.

Read more

Citrix MCS, Citrix’s best kept secret for server virt guys?

The last couple of days I had some great discussions with co-workers and some (VMware minded) guys on Twitter. The subject? The complexity of setting up Citrix XenDesktop, most of them refer to some demo they saw or things they’ve read on blogs/twitter etc while they know View is pretty easy to configure. But the thing is that those demo’s are mostly from a VMware View point of view and in the comparissons I’ve seen, Citrix PVS is used instead of Citrix MCS.

Read more

Citrix Access Gateway 5 Advanced Controller and iPad/iPhone access

And once again I found another great blogpost:

Read more

Citrix: XenDesktop and vSphere Reference Architecture

Citrix releaed a new whitepaper yesterday containing the XenDesktop and vSphere Reference Architecture Overview, you can find the article here

 

Read more

RES Automation Manager: Add fonts on Windows Server 2008 R2

Today while working on an unattended installation for a Citrix XenApp 6 on Windows Server 2008 R2 installation the customer asked me to add some fonts to the default installation. After some searching I found a VBS script that could do this, I had to change the script a bit because it gave some errors:

Read more