Info
Citrix Web interface 5.3 & RSA SecurID agent on Windows 2008 R2
Published April 30, 2010 Uncategorized Leave a CommentCitrix WI 5.3 works fine on Windows Server 2008 R2 , the problem is the RSA SecurID agent. Is seemes WI is actually running in 32-bit mode and for this reason you need to use the RSA Web Agent for IIS versjon 7 32-bit. If you try to use the 64-bit u get this message :
“There is a problem with the RSA SecurID ACE/Agent. Check that it is installed correctly”
After installing the RSA Web Agent for IIS versjon 7 32-bit i still was not able to log in. The RSA server refused to authenticate the user and reported the error “Agent host not”
The RSA client writes the crypto key to system32 folder but 2008 R2 will redirect files to the SYSWOS64 folder where IIS does not have permission to write.
Workaround: Run the IIS as local system account

It is quite easy to deploy Citrix Online PLugin 11.2 with a GPO. The full guide can be found here : http://support.citrix.com/proddocs/index.jsp?topic=/online-plugin-112-windows/onl-plugin11-2.html.
1. Download the sample script and edit the paths to fit your environment. I found the best place to be the NETLOGON share
2. Download the onlineplugin ver. 11.2 and place it on the path you defined in the script.
3. Create a GPO and set the script as a startup script under computer settings. Place the script in the NETLOGON share.
The installer uninstalls any earlier versions of the Citrix client.
Configure failover for Citrix Web Interface 5.2
Published March 3, 2010 Uncategorized Leave a CommentFor some reason the default .adm file that comes with Citrix online plugin 11.2 does not support setting the PN Agent URL (The .adm file can be found in c:\program files\citrix\ica client\configuration) This value has to be set in the registry.
You can use this custom .adm file to set the registry value from a GPO.
CLASS MACHINE
CATEGORY “Citrix”
POLICY “Url for PNAgent”
KEYNAME “SOFTWARE\Citrix\PNAgent”
VALUENAME “ServerURL”
VALUEON “http://servername/Citrix/PNAgent/config.xml”
VALUEOFF “”
EXPLAIN “Sets the url for the Web Interface XenApp Services(PNAgent Site)”
END POLICY
END CATEGORY
Citrix Web Interface 5.2 & Presentation Server 4x
Published February 25, 2010 Uncategorized Leave a CommentCitrix web interface 5.2 is not compatible with legacy
editions of Presentation Server by default.
To enable this ability you need to edit the webinterface.conf
This file is located :
For Xenapp : c:\intetpub\wwwroot\citrix\xenapp\conf
For PNAgent : c:\inetpub\wwwroot\citrix\pnagent\conf
The value RequireLaunchReference=on must be changed to “off”.
Remember to remove the “#” also
In my experience the single sign-on still works with the PN
agent after this change.
To enable anonymous relay in Exchange 2007 you need to use this powershell command
Get-ReceiveConnector "Anonymous Relay" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept- Any-Recipient" For more info, check this Microsoft Technet Article
Manage Resource Mailboxes in Exchange 2007
Published November 29, 2009 Uncategorized Leave a CommentSome nice links for creating and managing resource mailboxes in Exchange 2007
http://msexchangeteam.com/archive/2007/05/14/438944.aspx
http://www.exchange-genie.com/2007/12/resource-rooms/
Terminal Services filetype association for all users
Published November 16, 2009 Uncategorized Leave a CommentThe best way to set a common file association in Win2003/Win2008 terminal services is to use the “assoc” and “ftype”command. Here is the syntax to associate .tif files with Office Picture Manager.
assoc .tif=tif_file
ftype tif_file=ois.exe /shellOpen “%1″
For you lucky guys still having Windows NT in you environment, there is an issue with updating vmware tools and virtual hardware to vSphere level. The problem is that the “flexible” adapter changes to VMXNET driver after this upgrade leaving the default installed driver useless. Check out this VMware support article for the solution:
KB Article: 1007168
Number 5 solved the problem for me



