<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Citrix on DominikBritz.com</title>
    <link>https://dominikbritz.com/tags/citrix/</link>
    <description>Recent content in Citrix on DominikBritz.com</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2026</copyright>
    <lastBuildDate>Thu, 02 Jun 2016 00:00:00 +0000</lastBuildDate><atom:link href="https://dominikbritz.com/tags/citrix/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Export And Import Citrix XenDesktop Published Apps</title>
      <link>https://dominikbritz.com/posts/2016-06-02-export-and-import-citrix-xendesktop-published-apps/</link>
      <pubDate>Thu, 02 Jun 2016 00:00:00 +0000</pubDate>
      
      <guid>https://dominikbritz.com/posts/2016-06-02-export-and-import-citrix-xendesktop-published-apps/</guid>
      <description>&lt;p&gt;In one of my last projects I needed an automated way to migrate published apps from a Citrix XenDesktop test site to a production site. There is no way to do so in Citrix Studio. Additionally the customer has many published apps configured with FTAs, categories and so on. I was sure I would have missed something if I had gone the manual way.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://dominikbritz.com/posts/2016-06-02-export-and-import-citrix-xendesktop-published-apps/featured.jpg" />
    </item>
    
    <item>
      <title>CTXLogging Now With Support For Citrix StoreFront</title>
      <link>https://dominikbritz.com/posts/2016-02-12-ctxlogging-now-with-support-for-citrix-storefront/</link>
      <pubDate>Fri, 12 Feb 2016 00:00:00 +0000</pubDate>
      
      <guid>https://dominikbritz.com/posts/2016-02-12-ctxlogging-now-with-support-for-citrix-storefront/</guid>
      <description>&lt;p&gt;My PowerShell module to control logging of various Citrix components is now available in version 0.3. With it comes support to control Citrix StoreFront tracing.&lt;/p&gt;&#xA;&lt;p&gt;If you have to troubleshoot Citrix StoreFront your first stop should be the &amp;ldquo;Citrix Delivery Services&amp;rdquo; event log. You will see tons of information there if something goes wrong. But if this is not enough, you can enable StoreFront tracing. This will produce several log files in &lt;code&gt;C:\Program Files\Citrix\Receiver StoreFront\Admin\Trace&lt;/code&gt;.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://dominikbritz.com/posts/2016-02-12-ctxlogging-now-with-support-for-citrix-storefront/featured.jpg" />
    </item>
    
    <item>
      <title>CTXLogging Now With Support For Citrix Receiver</title>
      <link>https://dominikbritz.com/posts/2016-01-15-ctxlogging-now-with-support-for-citrix-receiver/</link>
      <pubDate>Fri, 15 Jan 2016 00:00:00 +0000</pubDate>
      
      <guid>https://dominikbritz.com/posts/2016-01-15-ctxlogging-now-with-support-for-citrix-receiver/</guid>
      <description>&lt;p&gt;My PowerShell module to control logging of various Citrix components is now available in version 0.2. With it comes support to control Citrix Receiver logging.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;  &#xA;  &#xA;    &#xA;  &#xA;  &#xA;    &lt;figure&gt;&#xA;      &#xA;      &#xA;      &lt;img class=&#34;my-0 rounded-md&#34; src=&#34;https://dominikbritz.com/posts/2016-01-15-ctxlogging-now-with-support-for-citrix-receiver/images/receiverlogging_hu_721c7ea882c58d7.webp&#34; /&gt;&#xA;      &#xA;      &#xA;    &lt;/figure&gt;&#xA;  &#xA;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Citrix Receiver is not a single piece of software. Instead it consists of multiple components. You are able to control the logging of three components: General, Authentication Manager and SelfService-PlugIn. Logging of all components is disabled by default and is controlled by registry keys. More information is available here: &lt;a href=&#34;http://support.citrix.com/article/CTX132883&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;CTX132883&lt;/a&gt;.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://dominikbritz.com/posts/2016-01-15-ctxlogging-now-with-support-for-citrix-receiver/featured.jpg" />
    </item>
    
    <item>
      <title>Community PowerShell Module - CTXLogging</title>
      <link>https://dominikbritz.com/posts/2015-12-04-community-powershell-module-ctxlogging/</link>
      <pubDate>Fri, 04 Dec 2015 00:00:00 +0000</pubDate>
      
      <guid>https://dominikbritz.com/posts/2015-12-04-community-powershell-module-ctxlogging/</guid>
      <description>&lt;p&gt;When it comes to troubleshooting the communication between Citrix XenDesktop 7.x VDA and Controller you have to enable the logging of both components. Citrix once had a tool for this, the &amp;ldquo;Log Enabler Tool&amp;rdquo;. It seems that Citrix dropped the development on that tool as it is only supported for XenDesktop 5.x. Read about it &lt;a href=&#34;http://support.citrix.com/article/CTX117452&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;http://support.citrix.com/article/CTX127492&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;here&lt;/a&gt;. Instead you have to edit config files manually - no one should edit config files manually. That is why I wrote the PowerShell module CTXLogging to automate the process.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://dominikbritz.com/posts/2015-12-04-community-powershell-module-ctxlogging/featured.jpg" />
    </item>
    
    <item>
      <title>Automated Shortcut Creation For Locally Installed Apps Via Citrix Receiver</title>
      <link>https://dominikbritz.com/posts/2015-09-14-automated-shortcut-creation-for-locally-installed-apps-via-citrix-receiver/</link>
      <pubDate>Mon, 14 Sep 2015 00:00:00 +0000</pubDate>
      
      <guid>https://dominikbritz.com/posts/2015-09-14-automated-shortcut-creation-for-locally-installed-apps-via-citrix-receiver/</guid>
      <description>&lt;p&gt;In the good old times we had Citrix PNAgent and with it a dead simple way to customize the start menu of our users with the apps they had access to. Things are changing with StoreFront and XenDesktop 7.x. Receiver still pushes icons of the users&amp;rsquo; apps into the start menu. But as apps and desktops can&amp;rsquo;t share a single session a second session is started when they click on an icon pushed by Receiver. Gladly there is a way to tell Receiver if it is able to find a local application then start this instead of a new Citrix session.&#xA;To accomplish that you have to&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://dominikbritz.com/posts/2015-09-14-automated-shortcut-creation-for-locally-installed-apps-via-citrix-receiver/featured.jpg" />
    </item>
    
    <item>
      <title>PVS Targets With Multiple IP Addresses</title>
      <link>https://dominikbritz.com/posts/2015-09-08-pvs-targets-with-multiple-ip-addresses/</link>
      <pubDate>Tue, 08 Sep 2015 00:00:00 +0000</pubDate>
      
      <guid>https://dominikbritz.com/posts/2015-09-08-pvs-targets-with-multiple-ip-addresses/</guid>
      <description>&lt;p&gt;Last week I had a problem where Citrix PVS targets got multiple IP addresses, one assigned from DHCP and the other one was the IP address of the master. Find my solution below.&lt;/p&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Objective&#xA;    &lt;div id=&#34;objective&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#objective&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;My setup was:&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://dominikbritz.com/posts/2015-09-08-pvs-targets-with-multiple-ip-addresses/featured.jpg" />
    </item>
    
  </channel>
</rss>
