Background
Customer uses Citrix XenApp 5 with ThinApp, RES Workspace Manager and RES Workspace Extender.

An application integration strategy is defined, the picture below displays the strategy and preferred order:

image

Question
Customer wanted to know the type (1..7) for all applications currently defined in RES Workspace Manager.

I decided to export all the Applications from RES WM as Building Blocks. This results in a folder with XML files. I decided to parse the XML files with a PowerShell script.

The scripts display a progress bar while running, indicating the current Building Block and percentage complete:

image

When the script is finished a Save File Dialog pops up so you can save the CSV file:

SNAGHTML1406aa0d

And the resulting Excel Sheet:

SNAGHTML140a746d

The Script:

ParseBuildingBlocks.zip (3832 downloads )