@@ -17,51 +17,76 @@ For information about the parameter sets in the Syntax section below, see Exchan
17
17
18
18
## SYNTAX
19
19
20
- ### Set5
20
+ ### AutoDiscoverTargetMailboxServer
21
21
```
22
22
Test-Mailflow [[-Identity] <ServerIdParameter>] [-AutoDiscoverTargetMailboxServer]
23
- [-ActiveDirectoryTimeout <Int32>] [-Confirm] [-DomainController <Fqdn>] [-ErrorLatency <Int32>]
24
- [-ExecutionTimeout <Int32>] [-MonitoringContext <$true | $false>] [-WhatIf]
25
- -TargetDatabase <DatabaseIdParameter> [<CommonParameters>]
23
+ [-ActiveDirectoryTimeout <Int32>]
24
+ [-Confirm]
25
+ [-DomainController <Fqdn>]
26
+ [-ErrorLatency <Int32>]
27
+ [-ExecutionTimeout <Int32>]
28
+ [-MonitoringContext <$true | $false>]
29
+ [-WhatIf] [<CommonParameters>]
26
30
```
27
31
28
- ### Set6
32
+ ### CrossPremises
29
33
```
30
- Test-Mailflow -CrossPremises <$true | $false> [-ActiveDirectoryTimeout <Int32>] [-Confirm]
31
- [-CrossPremisesExpirationTimeout <EnhancedTimeSpan>] [-CrossPremisesPendingErrorCount <Int32>]
32
- [-DomainController <Fqdn>] [-ErrorLatency <Int32>] [-ExecutionTimeout <Int32>]
33
- [-MonitoringContext <$true | $false>] [-WhatIf] [<CommonParameters>]
34
+ Test-Mailflow -CrossPremises <$true | $false> [-ActiveDirectoryTimeout <Int32>] [-CrossPremisesExpirationTimeout <EnhancedTimeSpan>] [-CrossPremisesPendingErrorCount <Int32>]
35
+ [-Confirm]
36
+ [-DomainController <Fqdn>]
37
+ [-ErrorLatency <Int32>]
38
+ [-ExecutionTimeout <Int32>]
39
+ [-MonitoringContext <$true | $false>]
40
+ [-WhatIf] [<CommonParameters>]
34
41
```
35
42
36
- ### Set2
43
+ ### TargetDatabase
37
44
```
38
45
Test-Mailflow [[-Identity] <ServerIdParameter>] -TargetDatabase <DatabaseIdParameter>
39
- [-ActiveDirectoryTimeout <Int32>] [-Confirm] [-DomainController <Fqdn>] [-ErrorLatency <Int32>]
40
- [-ExecutionTimeout <Int32>] [-MonitoringContext <$true | $false>] [-WhatIf]
41
- -TargetMailboxServer <ServerIdParameter> [<CommonParameters>]
46
+ [-ActiveDirectoryTimeout <Int32>]
47
+ [-Confirm]
48
+ [-DomainController <Fqdn>]
49
+ [-ErrorLatency <Int32>]
50
+ [-ExecutionTimeout <Int32>]
51
+ [-MonitoringContext <$true | $false>]
52
+ [-WhatIf] [<CommonParameters>]
42
53
```
43
54
44
- ### Set4
55
+ ### TargetEmailAddress
45
56
```
46
- Test-Mailflow [[-Identity] <ServerIdParameter>] -TargetEmailAddress <String> [-ActiveDirectoryTimeout <Int32>]
47
- [-Confirm] [-DomainController <Fqdn>] [-ErrorLatency <Int32>] [-ExecutionTimeout <Int32>]
48
- [-MonitoringContext <$true | $false>] [-TargetEmailAddressDisplayName <String>] [-WhatIf]
49
- [-AutoDiscoverTargetMailboxServer] [<CommonParameters>]
57
+ Test-Mailflow [[-Identity] <ServerIdParameter>] -TargetEmailAddress <String> [-TargetEmailAddressDisplayName <String>]
58
+ [-ActiveDirectoryTimeout <Int32>]
59
+ [-Confirm]
60
+ [-DomainController <Fqdn>]
61
+ [-ErrorLatency <Int32>]
62
+ [-ExecutionTimeout <Int32>]
63
+ [-MonitoringContext <$true | $false>]
64
+ [-WhatIf] [<CommonParameters>]
50
65
```
51
66
52
- ### Set3
67
+ ### TargetMailboxServer
53
68
```
54
69
Test-Mailflow [[-Identity] <ServerIdParameter>] -TargetMailboxServer <ServerIdParameter>
55
- [-ActiveDirectoryTimeout <Int32>] [-Confirm] [-DomainController <Fqdn>] [-ErrorLatency <Int32>]
56
- [-ExecutionTimeout <Int32>] [-MonitoringContext <$true | $false>] [-WhatIf] -TargetEmailAddress <String>
57
- [-TargetEmailAddressDisplayName <String>] -TargetDatabase <DatabaseIdParameter> [<CommonParameters>]
70
+ [-ActiveDirectoryTimeout <Int32>]
71
+ [-Confirm]
72
+ [-DomainController <Fqdn>]
73
+ [-ErrorLatency <Int32>]
74
+ [-ExecutionTimeout <Int32>]
75
+ [-MonitoringContext <$true | $false>]
76
+ [-WhatIf]
77
+ [<CommonParameters>]
58
78
```
59
79
60
- ### Set1
80
+ ### SourceServer
61
81
```
62
- Test-Mailflow [[-Identity] <ServerIdParameter>] [-ActiveDirectoryTimeout <Int32>] [-Confirm]
63
- [-DomainController <Fqdn>] [-ErrorLatency <Int32>] [-ExecutionTimeout <Int32>]
64
- [-MonitoringContext <$true | $false>] [-WhatIf] [<CommonParameters>]
82
+ Test-Mailflow [[-Identity] <ServerIdParameter>]
83
+ [-ActiveDirectoryTimeout <Int32>]
84
+ [-Confirm]
85
+ [-DomainController <Fqdn>]
86
+ [-ErrorLatency <Int32>]
87
+ [-ExecutionTimeout <Int32>]
88
+ [-MonitoringContext <$true | $false>]
89
+ [-WhatIf] [<CommonParameters>]
65
90
```
66
91
67
92
## DESCRIPTION
@@ -104,7 +129,7 @@ When you use this switch, you can't use the CrossPremises, TargetDatabase, Targe
104
129
105
130
``` yaml
106
131
Type : SwitchParameter
107
- Parameter Sets : Set5, Set4
132
+ Parameter Sets : AutoDiscoverTargetMailboxServer
108
133
Aliases :
109
134
Applicable : Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
110
135
Required : True
@@ -123,7 +148,7 @@ When you use this parameter, you can't use the AutoDiscoverTargetMailboxServer,
123
148
124
149
` ` ` yaml
125
150
Type : $true | $false
126
- Parameter Sets : Set6
151
+ Parameter Sets : CrossPremises
127
152
Aliases :
128
153
Applicable : Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
129
154
Required : True
@@ -140,7 +165,7 @@ When you use this parameter, you can't use the AutoDiscoverTargetMailboxServer,
140
165
141
166
` ` ` yaml
142
167
Type : DatabaseIdParameter
143
- Parameter Sets : Set5, Set2, Set3
168
+ Parameter Sets : TargetDatabase
144
169
Aliases :
145
170
Applicable : Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
146
171
Required : True
@@ -157,7 +182,7 @@ When you use this parameter, you can't use the AutoDiscoverTargetMailboxServer,
157
182
158
183
` ` ` yaml
159
184
Type : String
160
- Parameter Sets : Set4, Set3
185
+ Parameter Sets : TargetEmailAddress
161
186
Aliases :
162
187
Applicable : Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
163
188
Required : True
@@ -174,7 +199,7 @@ When you use this parameter, you can't use the AutoDiscoverTargetMailboxServer,
174
199
175
200
` ` ` yaml
176
201
Type : ServerIdParameter
177
- Parameter Sets : Set2, Set3
202
+ Parameter Sets : TargetMailboxServer
178
203
Aliases :
179
204
Applicable : Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
180
205
Required : True
@@ -223,7 +248,7 @@ The CrossPremisesExpirationTimeout parameter is used when this cmdlet is run by
223
248
224
249
` ` ` yaml
225
250
Type : EnhancedTimeSpan
226
- Parameter Sets : Set6
251
+ Parameter Sets : CrossPremises
227
252
Aliases :
228
253
Applicable : Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
229
254
Required : False
@@ -238,7 +263,7 @@ The CrossPremisesPendingErrorCount parameter is used when this cmdlet is run by
238
263
239
264
` ` ` yaml
240
265
Type : Int32
241
- Parameter Sets : Set6
266
+ Parameter Sets : CrossPremises
242
267
Aliases :
243
268
Applicable : Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
244
269
Required : False
@@ -298,7 +323,7 @@ The Identity parameter specifies the source Mailbox server name from which a tes
298
323
299
324
` ` ` yaml
300
325
Type : ServerIdParameter
301
- Parameter Sets : Set5, Set2, Set4, Set3, Set1
326
+ Parameter Sets : AutoDiscoverTargetMailboxServer, TargetDatabase, TargetEmailAddress, TargetMailboxServer, SourceServer
302
327
Aliases :
303
328
Applicable : Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
304
329
Required : False
@@ -330,7 +355,7 @@ This parameter is available only with the TargetEmailAddress parameter and has n
330
355
331
356
` ` ` yaml
332
357
Type : String
333
- Parameter Sets : Set4, Set3
358
+ Parameter Sets : TargetEmailAddress
334
359
Aliases :
335
360
Applicable : Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
336
361
Required : False
0 commit comments