Skip to content

Commit 2574bbb

Browse files
committed
Updated README
1 parent 9ed7017 commit 2574bbb

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

0 commit comments

Comments
 (0)