<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>citrix xenapp &#124; xenserver &#124; xenclient &#124; xendesktop &#124; terminal server blog &#187; terminal services</title> <atom:link href="http://www.xenappblog.com/category/terminal-services/feed/" rel="self" type="application/rss+xml" /><link>http://www.xenappblog.com</link> <description>it&#039;s all about applications and virtualization</description> <lastBuildDate>Sat, 04 Feb 2012 09:20:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>Adding Printer Drivers from Print Server using PowerShell</title><link>http://www.xenappblog.com/2012/adding-printer-drivers-from-print-server-using-powershell/</link> <comments>http://www.xenappblog.com/2012/adding-printer-drivers-from-print-server-using-powershell/#comments</comments> <pubDate>Thu, 02 Feb 2012 12:54:23 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[terminal services]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[powershell]]></category> <category><![CDATA[print drivers]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=3036</guid> <description><![CDATA[This is a follow up post to last week Replicating Print Drivers in Citrix XenApp 6.5. There&#8217;s indeed many smart people out there so today I wanted to share a similar script created by a friend of mine Microsoft PowerShell MVP Jan Egil Ring. This blog post is just a summary of his awesome work [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2012/02/Printer-Server-Properties.png?9d7bd4" rel="lightbox[3036]"><img
class="alignnone size-medium wp-image-3037" title="Printer Server Properties" src="http://cdn.xenappblog.com/wp-content/uploads/2012/02/Printer-Server-Properties-265x300.png?9d7bd4" alt="Printer Server Properties 265x300 Adding Printer Drivers from Print Server using PowerShell" width="265" height="300" /></a></p><p>This is a follow up post to last week <a
href="http://www.xenappblog.com/2012/replicating-print-drivers-in-citrix-xenapp-6-5">Replicating Print Drivers in Citrix XenApp 6.5</a>. There&#8217;s indeed many smart people out there so today I wanted to share a similar script created by a friend of mine Microsoft PowerShell MVP Jan Egil Ring. This blog post is just a summary of his awesome work so please visit the original blog post and give Jan Egil <strong>some creds</strong> in the comments on his blog.</p><p>As I described in the last post the easiest way to install printer drivers is to manually or automatically connect to your print server(s) to install the drivers. This is normally not a problem in small environments with only 1 print server and &lt;50 printer objects, but can definitely create some headaches in enterprise environments.</p><blockquote><p>Example: A print server has 500 shared printer objects, while there is only 10 unique printer drivers. It would make more sense to add a printer connection (in order to install the driver) to 10 printer objects rather than 500, given the time consumed by installing a printer connection. <strong>Jan Egil</strong></p></blockquote><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2012/02/Adding-printer-drivers-from-a-print-server-using-Windows-PowerShell-01.png?9d7bd4" rel="lightbox[3036]"><img
class="alignnone size-full wp-image-3038" title="Adding printer drivers from a print server using Windows PowerShell 01" src="http://cdn.xenappblog.com/wp-content/uploads/2012/02/Adding-printer-drivers-from-a-print-server-using-Windows-PowerShell-01.png?9d7bd4" alt="Adding printer drivers from a print server using Windows PowerShell 01 Adding Printer Drivers from Print Server using PowerShell" width="570" height="74" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2012/02/Adding-printer-drivers-from-a-print-server-using-Windows-PowerShell-02.png?9d7bd4" rel="lightbox[3036]"><img
class="alignnone size-full wp-image-3039" title="Adding printer drivers from a print server using Windows PowerShell 02" src="http://cdn.xenappblog.com/wp-content/uploads/2012/02/Adding-printer-drivers-from-a-print-server-using-Windows-PowerShell-02.png?9d7bd4" alt="Adding printer drivers from a print server using Windows PowerShell 02 Adding Printer Drivers from Print Server using PowerShell" width="570" height="131" /></a></p><p>For all great automatic solutions there&#8217;s always some pros and cons. The biggest con in my opinion is that you could possibly risk to install malfunction printer drivers that could halt your print services for good or at least for some time during production hours.</p><p>One workaround could be to run this script only on your Citrix Data Collector / Print Driver Golden Image server and then using the $ExcludedDriverList parameter to add the printers to the Auto-Replication-List. Take a look at the comment from Frank Peter Schultze on the <a
href="http://www.xenappblog.com/2012/replicating-print-drivers-in-citrix-xenapp-6-5">Replicating Print Drivers in Citrix XenApp 6.5</a> blog post for more details.</p><p><strong>Resource :</strong></p><ul><li><a
href="http://blog.powershell.no/2011/07/03/adding-printer-drivers-from-a-print-server-using-windows-powershell/" target="_blank">Adding printer drivers from a print server using Windows PowerShell</a></li></ul><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2012/replicating-print-drivers-in-citrix-xenapp-6-5/" rel="bookmark" class="crp_title">Replicating Print Drivers in Citrix XenApp 6.5</a></li><li><a
href="http://www.xenappblog.com/2010/how-to-setup-the-citrix-universal-print-driver/" rel="bookmark" class="crp_title">Citrix Universal Print Driver &#8211; The Working Setup</a></li><li><a
href="http://www.xenappblog.com/2010/how-to-fix-problem-with-sap-gui-710-and-citrix-universal-printer/" rel="bookmark" class="crp_title">How To Fix problem with SAP Gui 710 and Citrix Universal Printer</a></li><li><a
href="http://www.xenappblog.com/2010/the-best-remote-desktop-manager-applications/" rel="bookmark" class="crp_title">Remote Desktop Manager &#8211; The Best Applications</a></li><li><a
href="http://www.xenappblog.com/2009/windows-7-rc-on-the-hp-mini-1035/" rel="bookmark" class="crp_title">Windows 7 RC on the HP Mini 1035</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2012/adding-printer-drivers-from-print-server-using-powershell/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Virtual User Environment Manager &#8211; A Sneak Peak</title><link>http://www.xenappblog.com/2010/virtual-user-environment-manager-sneak-peak/</link> <comments>http://www.xenappblog.com/2010/virtual-user-environment-manager-sneak-peak/#comments</comments> <pubDate>Wed, 20 Oct 2010 08:00:23 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[terminal services]]></category> <category><![CDATA[Virtual User Environment Manager]]></category> <category><![CDATA[VUEM]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1646</guid> <description><![CDATA[Back in July I had an interview with Pierre Marmignon about his next project Virtual User Environment Manager (VUEM). Finally I&#8217;ve been able to install and take a look at the early Alpha version of the new tool. And I must say it looks really nice. To test this I spun up a Rackspace Cloud [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/10/Virtual-User-Environment-Manager-Environment-Variables.png?9d7bd4" rel="lightbox[1646]"><img
class="alignnone size-medium wp-image-1647" title="Virtual User Environment Manager - Environment Variables" src="http://cdn.xenappblog.com/wp-content/uploads/2010/10/Virtual-User-Environment-Manager-Environment-Variables-300x206.png?9d7bd4" alt="Virtual User Environment Manager Environment Variables 300x206 Virtual User Environment Manager   A Sneak Peak" width="300" height="206" /></a></p><p>Back in July I had an <a
href="http://www.xenappblog.com/2010/interview-with-pierre-marmignon-citrixtools-net/" target="_self">interview with Pierre Marmignon</a> about his next project Virtual User Environment Manager (VUEM). Finally I&#8217;ve been able to install and take a look at the early Alpha version of the new tool. And I must say it looks really nice.</p><p>To test this I spun up a <a
href="http://www.rackspacecloud.com/?id=1441" target="_blank">Rackspace Cloud</a> Virtual Machine from my iPad with Windows 2008 R2 and SQL Server 2008 R2 Express. The Database Creation Wizard that Pierre have developed was straight forward and easy to understand. The power of hosting this standalone machine in the Cloud was that he could log on with RDP at any time without me worrying about domain security, firewall, RSA token and so on.</p><p><span
id="more-1646"></span><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/10/Virtual-User-Environment-Manager-05.png?9d7bd4" rel="lightbox[1646]"><img
class="alignnone size-medium wp-image-1648" title="Virtual User Environment Manager 05" src="http://cdn.xenappblog.com/wp-content/uploads/2010/10/Virtual-User-Environment-Manager-05-300x300.png?9d7bd4" alt="Virtual User Environment Manager 05 300x300 Virtual User Environment Manager   A Sneak Peak" width="300" height="300" /></a></p><p>Virtual User Environment Manager has been designed to provide a first level environment management (e.g., shortcuts creation, network drives mapping, network printers, registry stuff). Some of these settings can of course be managed from Group Policy Preferences, but the power of this tool is <strong>Simplicity</strong>.</p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/10/Virtual-User-Environment-Manager-Agent-Settings.png?9d7bd4" rel="lightbox[1646]"><img
class="alignnone size-medium wp-image-1655" title="Virtual User Environment Manager - Agent Settings" src="http://cdn.xenappblog.com/wp-content/uploads/2010/10/Virtual-User-Environment-Manager-Agent-Settings-300x207.png?9d7bd4" alt="Virtual User Environment Manager Agent Settings 300x207 Virtual User Environment Manager   A Sneak Peak" width="300" height="207" /></a></p><p>One super cool feature I&#8217;m really looking forward to is the ability to disconnect a session as soon as the log off is detected to make the log off look faster. Unfortunately I wasn&#8217;t able to test this feature because the VUEM Agent is still in development. The agent will run as a Windows Service, but the .exe can also be launched via a logon script.</p><p>Pierre is putting a tremendous amount of time and effort into his tools and he&#8217;s also crazy enough to give them all away for <strong>free</strong>. I highly encourage you to <strong><a
href="https://www.paypal.com/fr/cgi-bin/webscr?cmd=_flow&amp;SESSION=cByVhm80sulTY5lN1Cz_uXrALUf0vz3IBQrORIQ9dDTvnakt04bfAoSCsie&amp;dispatch=50a222a57771920b6a3d7b606239e4d529b525e0b7e69bf0224adecfb0124e9b61f737ba21b08198aa166382b1a4fa18397ddfa4b9e9201b" target="_blank">make a donation</a></strong> if you&#8217;re using his tools just like me.</p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/10/Paypal-Payment.png?9d7bd4" rel="lightbox[1646]"><img
class="alignnone size-medium wp-image-1649" title="Paypal Payment" src="http://cdn.xenappblog.com/wp-content/uploads/2010/10/Paypal-Payment-300x223.png?9d7bd4" alt="Paypal Payment 300x223 Virtual User Environment Manager   A Sneak Peak" width="300" height="223" /></a></p><p>Resources :</p><ul><li><a
href="http://www.citrixtools.net" target="_blank">CitrixTools.net</a></li><li><a
href="http://www.xenappblog.com/downloads/?did=22" target="_self">Gettings Started with RackSpace</a></li></ul><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2011/virtuall-user-environment-manager-vuem/" rel="bookmark" class="crp_title">VirtuAll User Environment Manager (VUEM)</a></li><li><a
href="http://www.xenappblog.com/2010/interview-with-pierre-marmignon-citrixtools-net/" rel="bookmark" class="crp_title">Interview with Pierre Marmignon &#8211; CitrixTools.Net</a></li><li><a
href="http://www.xenappblog.com/2009/internet-explorer-8-on-terminal-server/" rel="bookmark" class="crp_title">Internet Explorer 8 on Terminal Server</a></li><li><a
href="http://www.xenappblog.com/2010/hdx-monitor-for-xendesktop-better-user-experience/" rel="bookmark" class="crp_title">HDX Monitor for XenDesktop &#8211; Better User Experience</a></li><li><a
href="http://www.xenappblog.com/2010/the-best-remote-desktop-manager-applications/" rel="bookmark" class="crp_title">Remote Desktop Manager &#8211; The Best Applications</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/virtual-user-environment-manager-sneak-peak/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Why Internet Explorer will kill your memory – Part II</title><link>http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-%e2%80%93-part-ii/</link> <comments>http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-%e2%80%93-part-ii/#comments</comments> <pubDate>Tue, 24 Aug 2010 08:53:54 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[terminal services]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[xendesktop]]></category> <category><![CDATA[internet explorer 8]]></category> <category><![CDATA[tuning tips]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1540</guid> <description><![CDATA[This is a follow up post for Why Internet Explorer will kill your memory – Part I that I published in March this year. A lot of people have been requesting this and I&#8217;m sorry for keeping you waiting so long. I think the reason why this post have been delayed is that I&#8217;ve been [...]]]></description> <content:encoded><![CDATA[<p></p><p><img
class="alignnone size-medium wp-image-202" title="IE8" src="http://cdn.xenappblog.com/wp-content/uploads/2009/04/ie8-300x276.png?9d7bd4" alt="ie8 300x276 Why Internet Explorer will kill your memory – Part II" width="300" height="276" /></p><p>This is a follow up post for <a
href="http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-part-i/">Why Internet Explorer will kill your memory – Part I</a> that I published in March this year. A lot of people have been requesting this and I&#8217;m sorry for keeping you waiting so long. I think the reason why this post have been delayed is that I&#8217;ve been putting to much into it. I wanted it to cover everything; Internet Explorer 8 tuning, Citrix HDX MediaStream for Flash and so on. Well I just figured out let&#8217;s take the IE8 tuning in Part II and then the rest of the stuff can come in some other series.</p><p>The setting I&#8217;m about to reveal for you will save you a big chunk of memory and money, in both XenApp and XenDesktop environments. By default,  IE8 will start with two instances of iexplore.exe (one for the Frame, one for the tab) and grows the number of tab processes as needed based on the amount of available<strong> </strong>RAM, the number of tabs, the integrity levels for tabs, and the number of distinct IE sessions. Let&#8217;s take a look at some examples :</p><p><span
id="more-1540"></span><strong>1 tab &#8211; msn.com</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-1-tab.png?9d7bd4" rel="lightbox[1540]"><img
class="alignnone size-medium wp-image-1541" title="IE8 Standard 1 tab" src="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-1-tab-271x300.png?9d7bd4" alt="IE8 Standard 1 tab 271x300 Why Internet Explorer will kill your memory – Part II" width="271" height="300" /></a></p><p><strong>2 tabs &#8211; msn.com | facebook.com/xenappblog</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-2-tabs.png?9d7bd4" rel="lightbox[1540]"><img
class="alignnone size-medium wp-image-1542" title="IE8 Standard 2 tabs" src="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-2-tabs-271x300.png?9d7bd4" alt="IE8 Standard 2 tabs 271x300 Why Internet Explorer will kill your memory – Part II" width="271" height="300" /></a></p><p><strong>3 tabs &#8211; msn.com | facebook.com/xenappblog | twitter.com/xenappblog</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-3-tabs1.png?9d7bd4" rel="lightbox[1540]"><img
class="alignnone size-medium wp-image-1545" title="IE8 Standard 3 tabs" src="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-Standard-3-tabs1-270x300.png?9d7bd4" alt="IE8 Standard 3 tabs1 270x300 Why Internet Explorer will kill your memory – Part II" width="270" height="300" /></a></p><p>In total memory per user this would be in the correct order : 71mb / 111mb / 154mb</p><p>So with only one simple registry setting we can limit Internet Explorer to only run one instance of iexplore.exe for the frame and one for the tabs. This is a REG_DWORD key located under HKCU. For full details check out this MSDN blog post : <a
href="http://blogs.msdn.com/b/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx" target="_blank">Opening a New Tab may launch a New Process with Internet Explorer 8.0</a>.</p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-TabProc-Registry-Setting.png?9d7bd4" rel="lightbox[1540]"><img
class="alignnone size-medium wp-image-1547" title="IE8 TabProc Registry Setting" src="http://cdn.xenappblog.com/wp-content/uploads/2010/08/IE8-TabProc-Registry-Setting-300x178.png?9d7bd4" alt="IE8 TabProc Registry Setting 300x178 Why Internet Explorer will kill your memory – Part II" width="300" height="178" /></a></p><p>The numbers speak for themselves : 52mb / 62mb / 80mb. I encourage you to check it out right away, and yes it would also work on you personal computer with IE8.</p><p><strong>Some other things to keep in mind in terms of Internet Explorer 8 :</strong></p><ul><li>Add-ons add load times every time you open a new browser window or tab</li><li>Keep restriced or trusted site zone list to a minimum</li><li>Keep add-ons and plug-ins up to date. e.g older versions of Adobe Flash may result in browser crashes or hang</li></ul><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-part-i/" rel="bookmark" class="crp_title">Why Internet Explorer will kill your memory &#8211; Part I</a></li><li><a
href="http://www.xenappblog.com/2009/internet-explorer-8-on-terminal-server/" rel="bookmark" class="crp_title">Internet Explorer 8 on Terminal Server</a></li><li><a
href="http://www.xenappblog.com/2010/disable-eu-browser-choice-with-group-policy/" rel="bookmark" class="crp_title">Disable EU Browser choice with Group Policy</a></li><li><a
href="http://www.xenappblog.com/2011/why-i-ditched-xenclient-for-hyper-v-part-i/" rel="bookmark" class="crp_title">Why I ditched XenClient for Hyper-V Part I</a></li><li><a
href="http://www.xenappblog.com/2010/change-ie-default-search-provider-with-gpo/" rel="bookmark" class="crp_title">Change IE Default Search Provider with GPO</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-%e2%80%93-part-ii/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>Using Group Policy to hide and map specified drives</title><link>http://www.xenappblog.com/2010/using-group-policy-hide-map-specified-drives/</link> <comments>http://www.xenappblog.com/2010/using-group-policy-hide-map-specified-drives/#comments</comments> <pubDate>Wed, 21 Jul 2010 09:43:22 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[group policy]]></category> <category><![CDATA[provisioning services]]></category> <category><![CDATA[terminal services]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[xendesktop]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1509</guid> <description><![CDATA[Do you remember the old days when we used the hide drives.adm template to hide specified drives along with some kind of hide drives calculator to get the proper value ? So if we wanted to hide drives for Domain Users but not the Domain Admins, we had to create another policy to lock it [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Hide-Drive-Group-Policy-01.png?9d7bd4" rel="lightbox[1509]"><img
class="size-medium wp-image-1510 alignnone" title="Hide Drive Group Policy 01" src="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Hide-Drive-Group-Policy-01-300x176.png?9d7bd4" alt="Hide Drive Group Policy 01 300x176 Using Group Policy to hide and map specified drives" width="300" height="176" /></a></p><p>Do you remember the old days when we used the hide drives.adm template to hide specified drives along with some kind of hide drives calculator to get the proper value ? So if we wanted to hide drives for Domain Users but not the Domain Admins, we had to create another policy to lock it up again. Those days are long gone thanks to Group Policy Preferences, for me it&#8217;s the life before and after. Get rid of all your adm templates and 30+ page vbs logon scripts once for all. This will speed up the logon time and make your administration much easier.</p><p>To leverage Group Policy Preferences (GPP) you&#8217;ll need to administrate Group Policy&#8217;s from a Windows 2008 server (just member server) or Windows 7 with RSAT. On Windows XP and Windows 2003 machines you&#8217;ll need <a
href="http://www.microsoft.com/downloads/details.aspx?FamilyID=bfe775f9-5c34-44d0-8a94-44e47db35add&amp;displaylang=en" target="_blank">Group Policy Preference Client Side Extensions</a> to properly read GPP settings.</p><p><span
id="more-1509"></span><strong>Map network drives :</strong></p><p>Open Group Policy Management Console (GPMC) and create a new policy. Browse to User Configuration &#8211; Preferences &#8211; Windows Settings &#8211; Drive Maps</p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Map-Network-Drive-Group-Policy-01.png?9d7bd4" rel="lightbox[1509]"><img
class="size-medium wp-image-1511 alignnone" title="Map Network Drive Group Policy 01" src="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Map-Network-Drive-Group-Policy-01-270x300.png?9d7bd4" alt="Map Network Drive Group Policy 01 270x300 Using Group Policy to hide and map specified drives" width="270" height="300" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Map-Network-Drive-Group-Policy-02.png?9d7bd4" rel="lightbox[1509]"><img
class="alignnone size-medium wp-image-1512" title="Map Network Drive Group Policy 02" src="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Map-Network-Drive-Group-Policy-02-270x300.png?9d7bd4" alt="Map Network Drive Group Policy 02 270x300 Using Group Policy to hide and map specified drives" width="270" height="300" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Map-Network-Drive-Group-Policy-03.png?9d7bd4" rel="lightbox[1509]"><img
class="alignnone size-medium wp-image-1513" title="Map Network Drive Group Policy 03" src="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Map-Network-Drive-Group-Policy-03-300x233.png?9d7bd4" alt="Map Network Drive Group Policy 03 300x233 Using Group Policy to hide and map specified drives" width="300" height="233" /></a></p><p>In this example we map K: to the Accounting folder for all users member of the Accounting group. It&#8217;s possible to create many rules, if member of group A or B or and so on.</p><p><strong>Hide Drives :</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Hide-Drive-Group-Policy-02.png?9d7bd4" rel="lightbox[1509]"><img
class="alignnone size-medium wp-image-1514" title="Hide Drive Group Policy 02" src="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Hide-Drive-Group-Policy-02-270x300.png?9d7bd4" alt="Hide Drive Group Policy 02 270x300 Using Group Policy to hide and map specified drives" width="270" height="300" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Hide-Drive-Group-Policy-03.png?9d7bd4" rel="lightbox[1509]"><img
class="alignnone size-medium wp-image-1515" title="Hide Drive Group Policy 03" src="http://cdn.xenappblog.com/wp-content/uploads/2010/07/Hide-Drive-Group-Policy-03-300x233.png?9d7bd4" alt="Hide Drive Group Policy 03 300x233 Using Group Policy to hide and map specified drives" width="300" height="233" /></a></p><p>In this example we hide C: for all users except for Domain Admins. When you start playing around we GPP you&#8217;ll learn how really powerful it is. I highly recommend you start following <a
href="http://www.grouppolicy.biz" target="_blank">Group Policy Center</a> for weekly tips.</p><p><strong>So here’s what I want you to do now :</strong></p><ol><li>I hope you dig it &#8211; and that you&#8217;ll love it so much that you&#8217;ll share it with others</li><li>You should become a Fan of my FaceBook page <a
onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.twitter.com']);" href="http://www.facebook.com/xenappblog" target="_blank">here</a></li></ol><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2011/group-policy-management-import-registry-files/" rel="bookmark" class="crp_title">Group Policy Management &#8211; Import registry files</a></li><li><a
href="http://www.xenappblog.com/2010/how-to-backup-and-restore-group-policy/" rel="bookmark" class="crp_title">How To Backup and Restore Group Policy</a></li><li><a
href="http://www.xenappblog.com/2009/xendesktop-tuning-tips-group-policy-v1-0/" rel="bookmark" class="crp_title">XenDesktop Tuning Tips Group Policy v1.0</a></li><li><a
href="http://www.xenappblog.com/2010/create-a-central-store-for-group-policy-administrative-templates/" rel="bookmark" class="crp_title">Create a Central Store for Group Policy Administrative Templates</a></li><li><a
href="http://www.xenappblog.com/2010/the-best-of-xenappblog-2009/" rel="bookmark" class="crp_title">The Best of XenAppBlog 2009</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/using-group-policy-hide-map-specified-drives/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>XenApp 6 Tuning Group Policy for Windows 2008 R2</title><link>http://www.xenappblog.com/2010/xenapp-6-tuning-group-policy-for-windows-2008-r2/</link> <comments>http://www.xenappblog.com/2010/xenapp-6-tuning-group-policy-for-windows-2008-r2/#comments</comments> <pubDate>Wed, 14 Jul 2010 07:33:39 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[group policy]]></category> <category><![CDATA[terminal services]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[xenapp 6]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1472</guid> <description><![CDATA[I have posted a new Tuning Policy for Citrix XenApp 6 available in the Download section of this blog. Most of the registry keys have been imported from the previous Terminal Server &#38; XenApp Tuning Tips Group Policy v1.1. There are some Group Policy Best Practices templates around, but the power of mine are that they [...]]]></description> <content:encoded><![CDATA[<p></p><p><img
class="size-medium wp-image-387 alignnone" title="XenApp 6 Tuning Group Policy for Windows 2008 R2" src="http://cdn.xenappblog.com/wp-content/uploads/2009/06/gpmc-091-300x214.png?9d7bd4" alt="gpmc 091 300x214 XenApp 6 Tuning Group Policy for Windows 2008 R2" width="300" height="214" /></p><p>I have posted a new Tuning Policy for Citrix XenApp 6 available in the <a
title="Click here to download" href="http://www.xenappblog.com/downloads/" target="_self"><strong>Download</strong></a> section of this blog. Most of the registry keys have been imported from the previous <a
href="http://www.xenappblog.com/2009/terminal-server-xenapp-tuning-tips-group-policy/" target="_self">Terminal Server &amp; XenApp Tuning Tips Group Policy v1.1</a>. There are some Group Policy Best Practices templates around, but the power of mine are that they are ready to go. There are no extra configuration required.</p><p>Remember that UPHClean is natively embedded into Windows 2008 and later and it&#8217;s recommended to Disable Data Execution Prevention on Windows 2008. This can be done with this command : bcdedit.exe /set {current} nx AlwaysOff</p><p><strong>Change log :</strong></p><ul><li>Moved keys from HKLMSoftware to HKLMSOFTWAREWow6432Node</li><li>Added more StubPath&#8217;s to speed up the profile creation for new users</li><li>Added instructions on How To Import the settings in GPMC within the zip file</li><li>Deleted &#8220;<a
href="http://support.microsoft.com/kb/908011" target="_blank">WFDontAppendUserNameToProfile</a>&#8220;</li><li>Deleted &#8220;<a
href="http://support.microsoft.com/kb/812669" target="_blank">NoRemoteChangeNotify</a>&#8220;</li></ul><p><strong>Resources :</strong></p><ul><li><a
href="http://www.citrixtools.net/en/Articles/articleType/ArticleView/articleId/36/Terminal-Server-XenApp-Tuning-Tips.aspx" target="_blank">CitrixTools.net &#8211; Terminal Server &amp; XenApp Tuning Tips</a></li></ul><p><strong>Note :</strong></p><p>Please note that these policy&#8217;s are provided “<strong>as is</strong>” and that using these is at your own risk. Please feel free to leave comments below regarding bugs &amp; suggested improvements in future releases.</p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2009/xendesktop-tuning-tips-group-policy-v1-0/" rel="bookmark" class="crp_title">XenDesktop Tuning Tips Group Policy v1.0</a></li><li><a
href="http://www.xenappblog.com/2010/vdi-tuning-group-policy/" rel="bookmark" class="crp_title">XenDesktop Tuning Group Policy for Windows 7 x64</a></li><li><a
href="http://www.xenappblog.com/2009/terminal-server-xenapp-tuning-tips-group-policy/" rel="bookmark" class="crp_title">Terminal Server &#038; XenApp Tuning Tips Group Policy v1.1</a></li><li><a
href="http://www.xenappblog.com/2010/the-best-of-xenappblog-2009/" rel="bookmark" class="crp_title">The Best of XenAppBlog 2009</a></li><li><a
href="http://www.xenappblog.com/2010/how-to-backup-and-restore-group-policy/" rel="bookmark" class="crp_title">How To Backup and Restore Group Policy</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/xenapp-6-tuning-group-policy-for-windows-2008-r2/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>Remote Desktop Manager &#8211; The Best Applications</title><link>http://www.xenappblog.com/2010/the-best-remote-desktop-manager-applications/</link> <comments>http://www.xenappblog.com/2010/the-best-remote-desktop-manager-applications/#comments</comments> <pubDate>Sun, 27 Jun 2010 13:50:22 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[terminal services]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[ica]]></category> <category><![CDATA[rdp]]></category> <category><![CDATA[remote desktop mananger]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1394</guid> <description><![CDATA[Microsoft recently released a free Remote Desktop Manager called Remote Desktop Connection Manager. I&#8217;m not going to cover this application in details here, because Mick Huxley have already posted a great Remote Desktop Manager article on his blog. I would also highly recommend the article Dynamic Remote Desktop Connection Manager connection list. This is a super cool [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/06/Remote-Desktop-Connection-Manager.png?9d7bd4" rel="lightbox[1394]"><img
class="alignnone size-medium wp-image-1395" title="Remote Desktop Connection Manager" src="http://cdn.xenappblog.com/wp-content/uploads/2010/06/Remote-Desktop-Connection-Manager-300x233.png?9d7bd4" alt="Remote Desktop Connection Manager 300x233 Remote Desktop Manager   The Best Applications" width="300" height="233" /></a></p><p>Microsoft recently released a free <strong>Remote Desktop Manager</strong> called <a
href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=4603c621-6de7-4ccb-9f51-d53dc7e48047" target="_blank">Remote Desktop Connection Manager</a>. I&#8217;m not going to cover this application in details here, because Mick Huxley have already posted a great <a
href="http://www.mickhuxley.com/?p=118" target="_blank">Remote Desktop Manager</a> article on his blog.</p><p>I would also <strong>highly recommend</strong> the article <a
title="blog.powershell.no" href="http://blog.powershell.no/2010/06/02/dynamic-remote-desktop-connection-manager-connection-list/" target="_blank">Dynamic Remote Desktop Connection Manager connection list</a>. This is a super cool PowerShell script that make sure your connection list is always up to date.</p><p>If you&#8217;re like me you&#8217;re probably daily using Microsoft Remote Desktop Connection for RDP, but wouldn&#8217;t you love to have something similar for Citrix ICA? Well those days are over thanks to <a
title="xConnect for Citrix XenApp" href="http://tekhelix.com/" target="_blank">tekHelix&#8217;s xConnect</a>.</p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/06/xConnect-for-Citrix-XenApp-01.png?9d7bd4" rel="lightbox[1394]"><img
class="alignnone size-medium wp-image-1396" title="xConnect for Citrix XenApp 01" src="http://cdn.xenappblog.com/wp-content/uploads/2010/06/xConnect-for-Citrix-XenApp-01-300x176.png?9d7bd4" alt="xConnect for Citrix XenApp 01 300x176 Remote Desktop Manager   The Best Applications" width="300" height="176" /></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/06/xConnect-for-Citrix-XenApp-02.png?9d7bd4" rel="lightbox[1394]"><img
class="alignnone size-medium wp-image-1397" title="xConnect for Citrix XenApp 02" src="http://cdn.xenappblog.com/wp-content/uploads/2010/06/xConnect-for-Citrix-XenApp-02-265x300.png?9d7bd4" alt="xConnect for Citrix XenApp 02 265x300 Remote Desktop Manager   The Best Applications" width="265" height="300" /></a></p><p><strong>So here’s what I want you to do now :</strong></p><ul><li>In the comments below, please tell me what&#8217;s your favorite <em>Remote Desktop Manager</em></li><li>If this post scratched where it itches, please <strong>share it via the retweet</strong> button</li></ul><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2009/windows-2008-r2-on-xenserver-5/" rel="bookmark" class="crp_title">Windows 2008 R2 on XenServer 5</a></li><li><a
href="http://www.xenappblog.com/2011/virtuall-user-environment-manager-vuem/" rel="bookmark" class="crp_title">VirtuAll User Environment Manager (VUEM)</a></li><li><a
href="http://www.xenappblog.com/2010/virtual-user-environment-manager-sneak-peak/" rel="bookmark" class="crp_title">Virtual User Environment Manager &#8211; A Sneak Peak</a></li><li><a
href="http://www.xenappblog.com/2010/all-you-need-to-know-about-xendesktop-5-0/" rel="bookmark" class="crp_title">All you need to know about XenDesktop 5.0</a></li><li><a
href="http://www.xenappblog.com/2012/adding-printer-drivers-from-print-server-using-powershell/" rel="bookmark" class="crp_title">Adding Printer Drivers from Print Server using PowerShell</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/the-best-remote-desktop-manager-applications/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>Get the news from Citrix Synergy 2010</title><link>http://www.xenappblog.com/2010/get-the-news-from-citrix-synergy-2010/</link> <comments>http://www.xenappblog.com/2010/get-the-news-from-citrix-synergy-2010/#comments</comments> <pubDate>Sat, 08 May 2010 10:45:27 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[terminal services]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=1246</guid> <description><![CDATA[Once again I&#8217;m on my way to Citrix Synergy for the first time in San Francisco. I have been going to Citrix Synergy (Summit) for the last 10 years and 8 of those have been in Orlando. This year&#8217;s event have already set a new record in number of Nordic Customer attendees. A little big [...]]]></description> <content:encoded><![CDATA[<p></p><p><img
class="alignnone size-medium wp-image-1248" title="Citrix Synergy 2010" src="http://cdn.xenappblog.com/wp-content/uploads/2010/05/Citrix-Synergy-2010-300x91.jpg?9d7bd4" alt="Citrix Synergy 2010 300x91 Get the news from Citrix Synergy 2010" width="300" height="91" /></p><p>Once again I&#8217;m on my way to Citrix Synergy for the first time in San Francisco. I have been going to Citrix Synergy (Summit) for the last 10 years and 8 of those have been in Orlando. This year&#8217;s event have already set a new record in number of Nordic Customer attendees. A little big strange since we now get Citrix Synergy in Berlin in October.</p><p>Anyway, to stay up to date on what&#8217;s going on please follow <a
href="http://www.facebook.com/xenappblog" target="_blank">XenAppBlog</a> on Facebook.</p><p>You could also use Twitter and search for #CitrixSynergy. The opening keynotes are  Wednesday 10:30 &#8211; 12:30 and Thursday 08:30 &#8211; 10:30    (GMT/UTC &#8211; 7:00). Take a look at the full <a
href="http://www.citrixsynergy.com/agenda/agendaglance.html" target="_blank">agenda</a>.</p><p><a
href="http://www.facebook.com/xenappblog" target="_blank"><img
class="alignnone size-medium wp-image-994" title="facebook-logo" src="http://cdn.xenappblog.com/wp-content/uploads/2010/03/facebook-logo4-300x142.jpg?9d7bd4" alt="facebook logo4 300x142 Get the news from Citrix Synergy 2010" width="300" height="142" /></a></p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2009/citrix-synergy-in-las-vegas/" rel="bookmark" class="crp_title">Citrix Synergy in Las Vegas</a></li><li><a
href="http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-part-i/" rel="bookmark" class="crp_title">Why Internet Explorer will kill your memory &#8211; Part I</a></li><li><a
href="http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-%e2%80%93-part-ii/" rel="bookmark" class="crp_title">Why Internet Explorer will kill your memory – Part II</a></li><li><a
href="http://www.xenappblog.com/2011/secret-tips-to-become-more-productive/" rel="bookmark" class="crp_title">Secret Tips To Become More Productive</a></li><li><a
href="http://www.xenappblog.com/2009/citrix-tv-beta/" rel="bookmark" class="crp_title">Citrix TV Beta</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/get-the-news-from-citrix-synergy-2010/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Why Internet Explorer will kill your memory &#8211; Part I</title><link>http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-part-i/</link> <comments>http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-part-i/#comments</comments> <pubDate>Mon, 01 Mar 2010 21:48:47 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[terminal services]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[xendesktop]]></category> <category><![CDATA[xenserver]]></category> <category><![CDATA[citrix]]></category> <category><![CDATA[internet explorer 8]]></category> <category><![CDATA[terminal server]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=976</guid> <description><![CDATA[Most customers have delayed the upgrade to Internet Explorer 7 or 8 as long as possible. The reason is memory / CPU usage especially on Terminal Servers, but this applies to personal computers and VDI as well. Some of the biggest web pages in Norway have been promoting upgrades similar to YouTube and Twitter and [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Twitter-IE6-Warning.png?9d7bd4" rel="lightbox[976]"></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Twitter-IE6-Warning.png?9d7bd4" rel="lightbox[976]"></a></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Twitter-IE6-Warning.png?9d7bd4" rel="lightbox[976]"><img
class="alignnone size-full wp-image-980" title="Twitter IE6 Warning" src="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Twitter-IE6-Warning.png?9d7bd4" alt="Twitter IE6 Warning Why Internet Explorer will kill your memory   Part I" width="530" height="84" /></a></p><p>Most customers have delayed the upgrade to Internet Explorer 7 or 8 as long as possible. The reason is memory / CPU usage especially on Terminal Servers, but this applies to personal computers and <a
href="http://en.wikipedia.org/wiki/Desktop_virtualization" target="_blank">VDI</a> as well. Some of the biggest web pages in Norway have been promoting upgrades similar to YouTube and Twitter and now the Norwegian Center for Information Protection strongly recommend to upgrade. So Internet Explorer 6 is approaching its end of life and it&#8217;s time to move on.</p><p>A lot of projects these days are focusing on server consolidation leveraging virtualization to get more users on each hosts. Planning and Proof Of Concept is the essential to success. Don&#8217;t believe everything you hear about increasing user density / server by four times, avoiding purchase of additional hardware.</p><p>Okay, if you move your 3-5 year old Citrix environment to a hypervisor and stick to Citrix Presentation Server 4, Office 2000/2003 and Internet Explorer 6, maybe you will make it. What normally happens when you do projects like this, you upgrade to Citrix XenApp 5.0, Office 2007 SP2 and Internet Explorer 7 or 8 as well.</p><p>In this first post I will show you what happens with your memory usage when you upgrade Internet Explorer (IE). I have tested all the different versions of IE on 13 different web pages. The tests have been run on Windows 2003 SP2 and every IE version have been patched with the latest updates. IE have been open and closed after 1 minute and the memory usage have been recorded. The latest version of Adobe Flash / Shockwave and Sun Java have been installed with the <a
href="http://www.xenappblog.com/downloads/?category=3" target="_self">Core Applications FrameWork</a>.</p><p><strong>Memory Usage :</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Internet-Explorer-Performance-01.png?9d7bd4" rel="lightbox[976]"><img
class="alignnone size-medium wp-image-978" title="Internet Explorer Performance 01" src="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Internet-Explorer-Performance-01-300x180.png?9d7bd4" alt="Internet Explorer Performance 01 300x180 Why Internet Explorer will kill your memory   Part I" width="300" height="180" /></a></p><p><strong>Increase in Percentage :</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Internet-Explorer-Performance-021.png?9d7bd4" rel="lightbox[976]"><img
class="alignnone size-medium wp-image-987" title="Internet Explorer Performance 02" src="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Internet-Explorer-Performance-021-300x180.png?9d7bd4" alt="Internet Explorer Performance 021 300x180 Why Internet Explorer will kill your memory   Part I" width="300" height="180" /></a></p><p><strong>Excel Spreadsheet :</strong></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Internet-Explorer-Performance-03.png?9d7bd4" rel="lightbox[976]"><img
class="alignnone size-medium wp-image-988" title="Internet Explorer Performance 03" src="http://cdn.xenappblog.com/wp-content/uploads/2010/03/Internet-Explorer-Performance-03-300x117.png?9d7bd4" alt="Internet Explorer Performance 03 300x117 Why Internet Explorer will kill your memory   Part I" width="300" height="117" /></a></p><p>From these numbers you can easily see that upgrading <strong>only</strong> Internet Explorer will have a huge impact on the maximum users per Terminal Server<em>.</em> In the next article in this blog series I will show you what you can do to reduce the memory usage with registry tuning and Citrix HDX Mediastream for Flash.</p><p><strong>PS :</strong> Remember to <a
href="http://www.xenappblog.com/feed/" target="_blank">Subscribe to RSS</a> and connect to <a
href="http://www.facebook.com/pages/XenAppBlog/315328365663?ref=ts" target="_blank">XenAppBlog on Facebook</a> so you do not miss out on important news.</p><p><a
href="http://www.facebook.com/pages/XenAppBlog/315328365663?ref=ts" target="_blank"><img
class="alignnone size-medium wp-image-994" title="facebook-logo" src="http://cdn.xenappblog.com/wp-content/uploads/2010/03/facebook-logo4-300x142.jpg?9d7bd4" alt="facebook logo4 300x142 Why Internet Explorer will kill your memory   Part I" width="300" height="142" /></a></p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-%e2%80%93-part-ii/" rel="bookmark" class="crp_title">Why Internet Explorer will kill your memory – Part II</a></li><li><a
href="http://www.xenappblog.com/2010/disable-eu-browser-choice-with-group-policy/" rel="bookmark" class="crp_title">Disable EU Browser choice with Group Policy</a></li><li><a
href="http://www.xenappblog.com/2009/internet-explorer-8-on-terminal-server/" rel="bookmark" class="crp_title">Internet Explorer 8 on Terminal Server</a></li><li><a
href="http://www.xenappblog.com/2010/change-ie-default-search-provider-with-gpo/" rel="bookmark" class="crp_title">Change IE Default Search Provider with GPO</a></li><li><a
href="http://www.xenappblog.com/2009/xendesktop-tuning-tips-group-policy-v1-0/" rel="bookmark" class="crp_title">XenDesktop Tuning Tips Group Policy v1.0</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/why-internet-explorer-will-kill-your-memory-part-i/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>How To Fix problem with SAP Gui 710 and Citrix Universal Printer</title><link>http://www.xenappblog.com/2010/how-to-fix-problem-with-sap-gui-710-and-citrix-universal-printer/</link> <comments>http://www.xenappblog.com/2010/how-to-fix-problem-with-sap-gui-710-and-citrix-universal-printer/#comments</comments> <pubDate>Sat, 23 Jan 2010 13:07:38 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[terminal services]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[citrix]]></category> <category><![CDATA[cps]]></category> <category><![CDATA[cup]]></category> <category><![CDATA[sap]]></category> <category><![CDATA[web interface]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=900</guid> <description><![CDATA[I have been working on many Citrix / SAP implementation, but never printing via Citrix Universal Printer (CUP). If you use SAPLPD because your environment is not at the necessary patch level to use the recommended control printing the printer name has a limitation of 40 characters. This becomes a problem with CUP because it [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2010/01/sap.png?9d7bd4" rel="lightbox[900]"><img
class="alignnone size-medium wp-image-903" title="sap" src="http://cdn.xenappblog.com/wp-content/uploads/2010/01/sap-300x148.png?9d7bd4" alt="sap 300x148 How To Fix problem with SAP Gui 710 and Citrix Universal Printer" width="300" height="148" /></a></p><p>I have been working on many Citrix / SAP implementation, but never printing via Citrix Universal Printer (CUP). If you use SAPLPD because your environment is not at the necessary patch level to use the recommended control printing the printer name has a limitation of 40 characters.</p><p>This becomes a problem with CUP because it creates a printer name like <strong>Citrix Universal Printer (from WI_YHQGGnzQQOp_7q5Hu) in session 3</strong>. It&#8217;s possible to modify default.ica to get the client name instead of the Web Interface generated unique name, but it will still be to long <strong>Citrix Universal Printer (from PC001) in session 3</strong>. So after some research on the web I stumbled upon a <a
href="http://www.citrixtools.net/en/Articles/articleType/ArticleView/articleId/46/Programmatically-rename-XenApp-AutoCreated-Client-Printers.aspx" target="_blank">blog post</a> from CitrixTools.net.</p><p>Create a CTXRename.vbs in your SAPGUI catalog. The default value &#8220;<span
style="color: #0000ff;">Const</span> PrntNameSize = <span
style="color: #ff0000;">8</span>&#8221; will create a printer name like <strong>Citrix_U_%username%</strong>. I have change the value to &#8220;<span
style="color: #0000ff;">Const</span> PrntNameSize = <span
style="color: #ff0000;">24</span>&#8221; to get a printer name like <strong>Citrix_Universal_Printer_%username%</strong> which is almost identical to what the users normally sees. To let the users run the scripts the easiest way is to add Domain Users to the local Power Users Group.</p><p>For further information on Best Practices for SAPGUI 7.10 on CPS check out <a
href="http://support.citrix.com/article/CTX116576" target="_blank">CTX116576</a>.</p><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2010/how-to-setup-the-citrix-universal-print-driver/" rel="bookmark" class="crp_title">Citrix Universal Print Driver &#8211; The Working Setup</a></li><li><a
href="http://www.xenappblog.com/2012/replicating-print-drivers-in-citrix-xenapp-6-5/" rel="bookmark" class="crp_title">Replicating Print Drivers in Citrix XenApp 6.5</a></li><li><a
href="http://www.xenappblog.com/2012/adding-printer-drivers-from-print-server-using-powershell/" rel="bookmark" class="crp_title">Adding Printer Drivers from Print Server using PowerShell</a></li><li><a
href="http://www.xenappblog.com/2010/xenapp-6-tuning-group-policy-for-windows-2008-r2/" rel="bookmark" class="crp_title">XenApp 6 Tuning Group Policy for Windows 2008 R2</a></li><li><a
href="http://www.xenappblog.com/2009/terminal-server-xenapp-tuning-tips-group-policy/" rel="bookmark" class="crp_title">Terminal Server &#038; XenApp Tuning Tips Group Policy v1.1</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2010/how-to-fix-problem-with-sap-gui-710-and-citrix-universal-printer/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Technology Preview of Citrix XenApp for W2K8 R2</title><link>http://www.xenappblog.com/2009/technology-preview-of-citrix-xenapp-for-w2k8-r2/</link> <comments>http://www.xenappblog.com/2009/technology-preview-of-citrix-xenapp-for-w2k8-r2/#comments</comments> <pubDate>Thu, 17 Dec 2009 14:11:54 +0000</pubDate> <dc:creator>Trond Eirik Haavarstein</dc:creator> <category><![CDATA[terminal services]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[xenapp]]></category> <category><![CDATA[citrix]]></category> <category><![CDATA[dazzle]]></category> <category><![CDATA[hdx]]></category> <category><![CDATA[Technology Preview]]></category> <category><![CDATA[w2k8r2]]></category><guid
isPermaLink="false">http://www.xenappblog.com/?p=831</guid> <description><![CDATA[The Technology Preview of Citrix XenApp for Microsoft Windows Server 2008 R2 is now available for download. New features : More users, faster logons &#8211; Get up to 20% more users per server with XenApp on the R2 platform and faster logons with new Profile management streaming technology that improves user profile load times by [...]]]></description> <content:encoded><![CDATA[<p></p><p><a
href="http://cdn.xenappblog.com/wp-content/uploads/2009/04/citix-xenapp.png?9d7bd4" rel="lightbox[831]"><img
class="size-medium wp-image-183 alignnone" title="Citrix XenApp" src="http://cdn.xenappblog.com/wp-content/uploads/2009/04/citix-xenapp-300x216.png?9d7bd4" alt="citix xenapp 300x216 Technology Preview of Citrix XenApp for W2K8 R2" width="300" height="216" /></a></p><p>The Technology Preview of Citrix XenApp for Microsoft Windows Server 2008 R2 is now available for <a
href="http://www.citrix.com/English/ps2/products/feature.asp?contentID=1854441" target="_blank">download</a>.</p><p>New features :</p><ul><li>More users, faster logons &#8211; Get up to 20% more users per server with XenApp on the R2 platform and faster logons with new Profile management streaming technology that improves user profile load times by up to 80%.</li><li>Seamless management integration &#8211; Role-based installation wizards, a new unified application management console, management through Active Directory group policies and support for PowerShell 2.0 help you deploy, configure and automate XenApp faster and easier than ever before.</li><li>More apps in HDX &#8211; HDX RealTime now delivers high quality audio using up to 90% less bandwidth and enables video conferencing using Microsoft Office Communicator or teleconferencing using VoIP softphones. New HDX Plug-n-Play support for Windows portable USB devices lets users connect more of the devices they need to the applications they use including point-of-sale, webcams, scanners, digital cameras and more.</li><li>Self-service application delivery &#8211; Citrix Dazzle, the first self-service &#8220;storefront&#8221; for the enterprise, gives corporate employees 24&#215;7 access to the applications they need to work. Citrix Streaming technology with Windows service isolation and Microsoft App-V integration provide new options for delivering more applications to your users.</li><li>Complete mobility &#8211; New plug-ins as well as updated Receivers for Windows, iPhone, Android, and Windows Mobile keep business moving by enabling complete mobility and freedom to access enterprise applications from anywhere.</li></ul><div
id="crp_related"><h3>Read next:</h3><ul><li><a
href="http://www.xenappblog.com/2009/citrix-xenapp-power-and-capacity-management-technology-preview/" rel="bookmark" class="crp_title">Citrix XenApp Power and Capacity Management Technology Preview</a></li><li><a
href="http://www.xenappblog.com/2009/dazzle-plugin-available-in-citrix-merchandising-server/" rel="bookmark" class="crp_title">Dazzle Plugin available in Citrix Merchandising Server 1.1</a></li><li><a
href="http://www.xenappblog.com/2011/citrix-cloud-gateway-tech-preview-available/" rel="bookmark" class="crp_title">Citrix Cloud Gateway &#8211; Tech Preview Available</a></li><li><a
href="http://www.xenappblog.com/2009/essentials-for-xenserver-5-5-features/" rel="bookmark" class="crp_title">Essentials for XenServer 5.5 Features</a></li><li><a
href="http://www.xenappblog.com/2009/web-interface-511-management-console-preview/" rel="bookmark" class="crp_title">Web Interface 5.1.1 Management Console Preview</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://www.xenappblog.com/2009/technology-preview-of-citrix-xenapp-for-w2k8-r2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 112/168 queries in 0.224 seconds using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: cdn.xenappblog.com

Served from: www.xenappblog.com @ 2012-02-04 13:12:41 -->
