Skip to content

Commit 2ff2519

Browse files
committed
Exchange Server CU updates to Powershell
5443986: Made Exchange Server CU updates to Powershell
1 parent dee34a0 commit 2ff2519

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
Set-ExchangeServer [-Identity] <ServerIdParameter>
2525
[-Confirm]
2626
[-CustomerFeedbackEnabled <Boolean>]
27+
[-DataCollectionEnabled <Boolean>]
2728
[-DomainController <Fqdn>]
2829
[-ErrorReportingEnabled <Boolean>]
2930
[-InternetWebProxy <Uri>]
3031
[-InternetWebProxyBypassList <MultiValuedProperty>]
32+
[-MitigationsEnabled <Boolean>]
33+
[-MitigationsBlocked <MultiValuedProperty>]
3134
[-MonitoringGroup <String>]
3235
[-ProductKey <ProductKey>]
3336
[-StaticConfigDomainController <String>]
@@ -124,6 +127,18 @@ Accept pipeline input: False
124127
Accept wildcard characters: False
125128
```
126129

130+
### -DataCollectionEnabled
131+
The DataCollectionEnabled parameter specifies whether the EM Service will collect and send diagnostic data to Microsoft using OCS.
132+
133+
```yml
134+
Type: Boolean
135+
Position: Named
136+
Default value: None
137+
Accept pipeline input: False
138+
Accept wildcard characters: False
139+
Applies to: Exchange Server 2016, Exchange Server 2019
140+
```
141+
127142
### -DomainController
128143
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
129144

@@ -195,6 +210,31 @@ Default value: None
195210
Accept pipeline input: False
196211
Accept wildcard characters: False
197212
```
213+
### -MitigationsEnabled
214+
The MitigationsEnabled parameter specifies whether the EM Service will auto-apply mitigations on the Exchange Server.
215+
216+
```yml
217+
Type: Boolean
218+
Position: Named
219+
Default value: None
220+
Accept pipeline input: False
221+
Accept wildcard characters: False
222+
Applies to: Exchange Server 2016, Exchange Server 2019
223+
```
224+
225+
### -MitigationsBlocked
226+
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.
227+
228+
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: @("M1","M2","M3").
229+
230+
```yml
231+
Type: MultiValuedProperty
232+
Position: Named
233+
Default value: None
234+
Accept pipeline input: False
235+
Accept wildcard characters: False
236+
Applies to: Exchange Server 2016, Exchange Server 2019
237+
```
198238

199239
### -MonitoringGroup
200240
The MonitoringGroup parameter specifies how to add your Exchange servers to monitoring groups. You can add your servers to an existing group or create a monitoring group based on location or deployment, or to partition monitoring responsibility among your servers.

0 commit comments

Comments
 (0)