Skip to content

Commit 10dfd94

Browse files
authored
Update Set-ExchangeServer.md
1 parent 37ff1c6 commit 10dfd94

File tree

1 file changed

+36
-17
lines changed

1 file changed

+36
-17
lines changed

exchange/exchange-ps/exchange/Set-ExchangeServer.md

Lines changed: 36 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,22 @@ Accept wildcard characters: False
128128
```
129129

130130
### -DataCollectionEnabled
131-
The DataCollectionEnabled parameter specifies whether the EM Service will collect and send diagnostic data to Microsoft using OCS.
131+
The DataCollectionEnabled parameter specifies whether the EM Service will collect and send diagnostic data to Microsoft using OCS. Valid values are:
132132

133-
```yml
133+
- $true: The EM Service collects and sends diagnostic data to Microsoft using OCS.
134+
- $false: Data collection is disabled.
135+
136+
```yaml
134137
Type: Boolean
135-
Position: Named
138+
Parameter Sets: (All)
139+
Aliases:
140+
Applicable: Exchange Server 2016, Exchange Server 2019
141+
142+
Required: False
143+
Position: Named
136144
Default value: None
137145
Accept pipeline input: False
138-
Accept wildcard characters: False
139-
Applies to: Exchange Server 2016, Exchange Server 2019
146+
Accept wildcard characters: False
140147
```
141148

142149
### -DomainController
@@ -210,30 +217,42 @@ Default value: None
210217
Accept pipeline input: False
211218
Accept wildcard characters: False
212219
```
220+
213221
### -MitigationsEnabled
214-
The MitigationsEnabled parameter specifies whether the EM Service will auto-apply mitigations on the Exchange Server.
222+
The MitigationsEnabled parameter specifies whether the EM Service will auto-apply mitigations on the Exchange server. Valid values are:
223+
224+
- $true: The EM Service auto-applies mitigations on the Exchange server.
225+
- $false: Mitigations are not auto-applied on the Exchange server.
226+
227+
```yaml
228+
Type: Boolean
229+
Parameter Sets: (All)
230+
Aliases:
231+
Applicable: Exchange Server 2016, Exchange Server 2019
215232
216-
```yml
217-
Type: Boolean
218-
Position: Named
219-
Default value: None
233+
Required: False
234+
Position: Named
235+
Default value: None
220236
Accept pipeline input: False
221237
Accept wildcard characters: False
222-
Applies to: Exchange Server 2016, Exchange Server 2019
223238
```
224239

225240
### -MitigationsBlocked
226241
The MitigationsBlocked parameter specifies a list of mitigations that are blocked. The Mitigation IDs present in this list are not applied by EM service in its hourly run.
227242

228-
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: @("M1","M2","M3").
243+
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: `@("Entry1","Entry2",..."EntryN")`.
229244

230-
```yml
231-
Type: MultiValuedProperty
245+
```yaml
246+
Type: Boolean
247+
Parameter Sets: (All)
248+
Aliases:
249+
Applicable: Exchange Server 2016, Exchange Server 2019
250+
251+
Required: False
232252
Position: Named
233-
Default value: None
234-
Accept pipeline input: False
253+
Default value: None
254+
Accept pipeline input: False
235255
Accept wildcard characters: False
236-
Applies to: Exchange Server 2016, Exchange Server 2019
237256
```
238257

239258
### -MonitoringGroup

0 commit comments

Comments
 (0)