-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCitrix-PVS77-Farm-Health-toHTML_Parameters.xml
133 lines (132 loc) · 3.54 KB
/
Citrix-PVS77-Farm-Health-toHTML_Parameters.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?xml version="1.0" encoding="utf-8"?>
<settings>
<Variables>
<!-- Global -->
<Variable>
<!-- Define a EnvironmentName e.g. Integration/Production etc. - this will be used in HTML & Email Subject -->
<Name>EnvironmentName</Name>
<Value>PVS Farm Report Prod</Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Information about the site you want to check: site name on which the according Store is. -->
<Name>siteName</Name>
<Value>site</Value>
<Type>[array]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Information about the disk you want to check. -->
<Name>diskLetters</Name>
<Value>C,D,F</Value>
<Type>[array]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Target Device Health Check threshold: define the Threshold from how many retries the color switch to red -->
<Name>retrythresholdWarning</Name>
<Value>15</Value>
<Type>[array]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Include for Device Collections, type "every" if you want to see every Collection
Example1: $Collections = @("XA65","XA7")
Example2: $Collections = @("every") -->
<Name>Collections</Name> <!-- Add Collection separated by comma -->
<Value>every</Value>
<Type>[array]</Type>
<Scope>Script</Scope>
</Variable>
<!-- Check's &amp; Jobs you want to perform -->
<Variable>
<!-- -->
<Name>PerformPVSvDiskCheck</Name>
<Value>yes</Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- -->
<Name>PerformPVSTargetCheck</Name>
<Value>yes</Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- -->
<Name>PerformSendMail</Name>
<Value>yes</Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<!-- E-Mail Configuration -->
<Variable>
<!-- Address of the sender -->
<Name>emailFrom</Name>
<Value>[email protected]</Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Address of the recipient -->
<Name>emailTo</Name>
<Value>[email protected]</Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- IP or name of SMTP server -->
<Name>smtpServer</Name>
<Value>mailrelay.mycompany.ch</Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Port of SMTP server -->
<Name>smtpServerPort</Name>
<Value>25</Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Use ssl for SMTP or not -->
<Name>smtpEnableSSL</Name>
<Value>False</Value> <!-- False or True -->
<Type>[bool]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Priority of email -->
<Name>emailPrio</Name>
<Value>Low</Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Username -->
<Name>smtpUser</Name>
<Value></Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Key for password encryption -->
<Name>smtpKey</Name>
<Value>7,13,25,32,42,64,72,88,91,55,88,55,77,59,22,82,200,0,3,88,10,55,93,244</Value>
<Type>[array]</Type>
<Scope>Script</Scope>
</Variable>
<Variable>
<!-- Password
Create password with follow two lines
$Credential = Get-Credential
$credential.Password | ConvertFrom-SecureString -Key $smtpKey -->
<Name>smtpPW</Name>
<Value></Value>
<Type>[string]</Type>
<Scope>Script</Scope>
</Variable>
</Variables>
</settings>