Skip to content

Commit 1b2daa8

Browse files
authored
Merge pull request #8372 from alekyaj/aljupudi-5443986-ExchangeServer
Exchange Server CU updates to Powershell
2 parents 562ac26 + 71f231c commit 1b2daa8

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

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

Lines changed: 59 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,25 @@ 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. Valid values are:
132+
133+
- $true: The EM Service collects and sends diagnostic data to Microsoft using OCS.
134+
- $false: Data collection is disabled.
135+
136+
```yaml
137+
Type: Boolean
138+
Parameter Sets: (All)
139+
Aliases:
140+
Applicable: Exchange Server 2016, Exchange Server 2019
141+
142+
Required: False
143+
Position: Named
144+
Default value: None
145+
Accept pipeline input: False
146+
Accept wildcard characters: False
147+
```
148+
127149
### -DomainController
128150
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.
129151

@@ -196,6 +218,43 @@ Accept pipeline input: False
196218
Accept wildcard characters: False
197219
```
198220

221+
### -MitigationsEnabled
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
232+
233+
Required: False
234+
Position: Named
235+
Default value: None
236+
Accept pipeline input: False
237+
Accept wildcard characters: False
238+
```
239+
240+
### -MitigationsBlocked
241+
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.
242+
243+
To enter multiple values and overwrite any existing Mitigation entries, use the following syntax: `@("Entry1","Entry2",..."EntryN")`.
244+
245+
```yaml
246+
Type: Boolean
247+
Parameter Sets: (All)
248+
Aliases:
249+
Applicable: Exchange Server 2016, Exchange Server 2019
250+
251+
Required: False
252+
Position: Named
253+
Default value: None
254+
Accept pipeline input: False
255+
Accept wildcard characters: False
256+
```
257+
199258
### -MonitoringGroup
200259
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.
201260

0 commit comments

Comments
 (0)