-
XenApp 6 V3 Documentation Script Has Been Updated 3-JUL-2013
July 3, 2013
I just updated the XenApp 6.5 V3.1 script because of an issue reported by Michael. The exact same issue also affected XenApp 6 so the XenApp 6 V3 script had to be updated.
The same changes made to the XenApp 6.5 V3.1 script were made to the XenApp 6 V3 script.
- Added -EA 0 to the Load Balancing Policy cmdlets
- Added skipping blank Descriptions for:
- Load Balancing Policies
- Load Evaluators
- Worker Groups
- Health Monitoring and Recovery Tests in Computer Policies
The changes I made to the V3 XenApp 6 script are very minor. I changed the internal version number to 3.05 but left the filename unchanged.
If you have any suggestions for the script, please let me know. Send an e-mail to webster@carlwebster.com.
NOTE: This script is continually updated. You can always find the most current version by going to https://carlwebster.com/where-to-get-copies-of-the-documentation-scripts/
Thanks
Webster
2 Responses to “XenApp 6 V3 Documentation Script Has Been Updated 3-JUL-2013”
Leave a Reply
July 22, 2013 at 10:13 am
Can´t get the script working, it stops working in line 657 on my system.
Any ideas?
Cheers
David
Exception calling “Item” with “1” argument(s): “Das angeforderte Element ist nicht in der Sammlung vorhanden.”
At C:\Setup\Doku-Script\XA65_Inventory_V31_Signed.ps1:657 char:49
+ $part=$BuildingBlocks.BuildingBlockEntries.Item <<<< ($CoverPage)
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : ComMethodTargetInvocation
July 22, 2013 at 10:20 am
Are you running the 3.05 script dated July 3, 2013 1:56PM? I ask because in that version of the script, line 657 is a comment.
The line you reference “$part=$BuildingBlocks.BuildingBlockEntries.Item($CoverPage)” is line # 639 in the latest version of the script.
Also, at this time, none of the scripts work with non-English versions of Word.
Webster