File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
XAXD/SiteFeatureDetection Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ # XDFeatureDetection
2
+
3
+ This script is intended to detect the usage of key features within XenApp/XenDesktop sites.
4
+
5
+
6
+ ## Getting Started
7
+
8
+ Simply execute the PowerShell script and output is returned on the feature usage.
9
+
10
+
11
+ ### Prerequisites
12
+
13
+ Requires the built-in Citrix PowerShell snap-ins on the delivery controller
14
+
15
+ Must enable the running of 3rd party scripts within PowerShell (Set-ExecutionPolicy)
16
+
17
+ Must use an account that is both a local administrator and Citrix administrator
18
+
19
+
20
+ ## Built With
21
+
22
+ * [ Microsoft Powershell] ( https://msdn.microsoft.com/powershell )
23
+
24
+
25
+ ## NEW IN THIS VERSION (1.0.5):
26
+
27
+ Initial release
28
+
29
+
30
+ ## EXAMPLES
31
+
32
+ This script should be run (as administrator) on a delivery controller in a XenApp/XenDesktop site.
33
+
34
+ .\XDFeatureDetection_v105.ps1
35
+
36
+
37
+ ## Versioning & Authors
38
+
39
+ VERSION
40
+ 1.0.5
41
+
42
+ DATE MODIFIED
43
+ 10/20/2017
44
+
45
+ AUTHOR
46
+ Allen Furmanski, Citrix Product Marketing
You can’t perform that action at this time.
0 commit comments