Archive | PowerShell RSS feed for this section

XenApp 6 and 6.5 Documentation Scripts Updated October 9, 2011

October 9, 2011

0 Comments

Fellow CTP Wilco van Bragt, e-mailed me and told me that in my XenApp 6.5 script the Health Monitoring & Recovery (HMR) policy setting was not formatted properly. It took a little while to figure out how to work with the XML data returned by that policy setting. This also needed to be fixed in [...]

Continue reading...

XenApp 5 Documentation Script Updated October 9, 2011

October 9, 2011

0 Comments

Fellow CTP Wilco van Bragt, e-mailed me and told me that in my XenApp 6.5 script the Health Monitoring & Recovery (HMR) policy setting was not formatted properly. While looking into this issue, I found that I had not even included the HMR settings in the XenApp 5 script. In XenApp 5, the HMR settings [...]

Continue reading...

Documenting a Citrix XenApp 6.5 Farm with Microsoft PowerShell

October 7, 2011

5 Comments

A customer site I was at recently needed their new XenApp 6.0 farm documented. I remembered reading about Citrix having some PowerShell “stuff” for XenApp 6.0 so I started searching. I came across a short article by Michael Bogobowicz Send Farm Server & Application Inventory By Email — XA6 PS Script located at http://community.citrix.com/pages/viewpage.action?pageId=148703582. That [...]

Continue reading...

XenApp 6 Scripts Have Been Updated

October 4, 2011

0 Comments

While creating the XenApp 6.5 script and article, I came across numerous typos in the original XenApp 6 files. I have corrected the typos (i.e. priniting) in the XenApp 6 script and recreated the signed copy of the script also. I have also updated the XenApp 6 article with the corrections. Updated scripts: http://carlwebster.com/where-to-get-copies-of-the-xenapp-farm-documentation-scripts/ Update [...]

Continue reading...

Documenting a Citrix XenApp 5 Farm with Microsoft PowerShell

October 3, 2011

0 Comments

A customer site I was at recently needed their XenApp 5 farm documented. I remembered reading about Citrix having some PowerShell “stuff” for XenApp 5 so I started searching. I came across a short article by Michael Bogobowicz Send Farm Server & Application Inventory By Email — XA6 PS Script located at http://community.citrix.com/pages/viewpage.action?pageId=148703582. That short [...]

Continue reading...

How To Digitally Sign a Microsoft PowerShell Script with a Third-Party Code Signing Certificate

September 30, 2011

1 Comment

I recently wrote an article on using Microsoft PowerShell to document a Citrix XenApp 6.0 farm.  I am also in the process of finishing up follow-up articles for XenApp 5 and XenApp 6.5.  One of the options I wanted to make available is a digitally signed copy of the script used in that article.  As [...]

Continue reading...

Where to Get Copies of the XenApp Farm Documentation Scripts

September 30, 2011

1 Comment

Many people have asked me where they can get copies of the PowerShell documentation scripts. To make it easier to find, I have linked to all of them in this one article.

Continue reading...

Documenting a Citrix XenApp 6 Farm with Microsoft PowerShell

September 30, 2011

3 Comments

A customer site I was at recently needed their new XenApp 6 farm documented. I remembered reading about Citrix having some PowerShell “stuff” for XenApp 6 so I started searching. I came across a short article by Michael Bogobowicz Send Farm Server & Application Inventory By Email — XA6 PS Script located at http://community.citrix.com/pages/viewpage.action?pageId=148703582. That [...]

Continue reading...

Finding Mismatched Citrix XenApp 5 Servers Using Microsoft PowerShell

September 28, 2011

0 Comments

Have you ever worked with a customer that had multiple Citrix license servers and product editions?  I worked with a client recently that had upgraded their Citrix XenApp product licenses from Enterprise to Platinum and had moved to a new Citrix license server.  Their problem was that they, over the years, had an unknown number [...]

Continue reading...

Finding Offline Citrix XenApp Servers Using Microsoft PowerShell Part 4 of 4

May 21, 2011

0 Comments

In Part 3 of this 4 Part series, the PowerShell script from Parts 1 and 2 was modified to list all the offline Citrix XenApp servers in a XenApp farm by Zone and validate the Zone name entered.  The original question was could PowerShell be used to get a list of offline servers.  The answer [...]

Continue reading...

Finding Offline Citrix XenApp Servers Using Microsoft PowerShell Part 3 of 4

May 21, 2011

0 Comments

In Part 2 of this 4 Part series, the PowerShell script from Part 1 was modified to list all the offline Citrix XenApp servers in a XenApp farm by Zone.  While the script works and gives the desired output, there is a bug in that an invalid Zone can be entered which causes the script [...]

Continue reading...