Filtered articles: "Hands-On"

Filtered articles: "Hands-On"

CloudGateway: Citrix StoreFront and Receiver Enterprise - what’s happened with pre-launch apps?
Published by Marcel Meurer on 11/28/2012 | 1 Comments | 7,390 Views

 

Pre-launch apps and Citrix Web Interface PNAgent-site

Since XenApp 6.5 we often use a cool feature called pre-launch apps. Pre-launch apps are configured in Citrix AppCenter and start automatically in the moment a user authenticated with Citrix Receiver Enterprise against a Citrix Web Interface PNAgent-site.

The prelaunch app is not a classic published app. These apps run in background and start over if the user clicks a regular app (using session sharing). The advantage: The preparation of a session results in a better user experience.

Bild von Marcel Meurer
How to generate a server certificate and a CA in minutes with openssl

I’m using Microsoft IIS in my test environment to evaluate Citrix StoreFront. Citrix StoreFront works with AppController. Both together build the product called CloudGateway Enterprise. StoreFront and AppController communicate via SSL (https). To avoid installing a full PKI I decide to use openssl to generate the necessary server certificates.

So. Here is my quick guide:

1) Download openssl from: http://www.openssl.org/related/binaries.html

Bild von Marcel Meurer
Citrix CloudGateway: How to use Citrix CloudGateway Enterprise 2.0 with Client Hyper-V ?–Here’s a workaround.

Since a few months I’m using Microsoft’s Client Hyper-V on my Windows 8 notebook for my demo and education environment. My environment consists of a few Windows servers which build a Windows Active Directory Domain called world.local. In this environment I’m trying to examine Citrix CloudGateway. Installing StoreFront was really easy to do but with AppController 2.0 I got a problem: The AppController VPX is only available for XenServer (.xva) and VMware (ova).

Bild von Marcel Meurer
How to install and use Citrix WebInterface 5.4 on Windows Server 2012
Published by Marcel Meurer on 09/25/2012 | 1 Comments | 8,491 Views

In my lab environment I tried to install and use Citrix WebInterface 5.4 on Windows Server 2012. This blog will guide you through the installation and configuration process.

Prepare your Windows Server 2012

Install the following roles and features:

Bild von Marcel Meurer
Online Statistical Analysis of Performance Data

Performance Monitor is usually used to record performance data of one or more systems and analyze the collected data at a later point in time. As this is useful for offline performance analysis and scalability tests, real-time access to performance data is cumbersome. The graphing node of PerfMon does not offer statistical data in a useful manner. In this article, I demonstrate how to retrieve performance data for a metric and analyze it on-the-fly using PowerShell.

Bild von Nicholas Dille
How to determine the calendar week with PowerShell

A colleague recently asked me how he could calculate the calendar week from a given date using PowerShell. He did not know that I wrote a simple PowerShell function doing exactly that while I was learning PowerShell. I did not know that the function could be useful besides my learning experience. I stand corrected and I've decided to share it for those of you who are looking for this.

Bild von Holger Adam
Migrating user profiles is easy, I can prove it

Migrations are a common task in corporate IT. Computers are replaced, domains are merged, physical hardware is replaced by virtual infrastructure. In an ideal world the user will not notice that the migration was performed. In reality the user is confronted with the migration in a very harsh way: Windows looks different, all of this settings are gone, sometimes even some of his files are missing.

Bild von Holger Adam
Creating Your Very Own Office 2007 Ribbon - No Programming Necessary!
Published by Nicholas Dille on 09/18/2009 | 3 Comments | 5,709 Views

The famous German IT magazine c't has recently published an article about creating your own and modifying existing ribbons in Office 2007. Not again, you may be thinking. But the article shows how a simple DLL helps without any knowledge of programming.

Bild von Nicholas Dille
Using EdgeSight in a Provisioning Server Shared Image – Properly!
Published by Nicholas Dille on 06/29/2009 | 6 Comments | 6,937 Views

As EdgeSight is a component that is offered by Citrix in several Platinum Editions for strategic products as well as a substitute for Resource Manager in XenApp, customers like to profit from the value-add compared to traditional system management products. EdgeSight is often used to augment the data collected by those tools. But when using EdgeSight with Provisioning Server, things get a little more complex because an agent is assigned a unique ID to match data uploads to the correct database entries. By using shared disks with Provisioning Server, such a unique ID must not be included in the golden image to avoid performance data to be assigned incorrectly - meaning that several agents may be reporting to the same device in EdgeSight. In this article, I'd like to demonstrate how the method offered by Citrix can be enhanced to use EdgeSight and make the management of shared disks with Provisioning Server feasible.

Bild von Nicholas Dille
Using the XmlServiceReader with Health Monitoring and Recovery (HMR)

After publishing the XmlServiceReader and writing about the shortcomings of the health check for the XML service provided by Citrix, I like to expand on the process of creating a custom health check using the XmlServiceReader.

Bild von Nicholas Dille