Skip to content

Commit c8485bd

Browse files
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-powershell-docs into storagereplica-v-tishe
2 parents ed4fa33 + 6cc2140 commit c8485bd

File tree

83 files changed

+552
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+552
-225
lines changed

docset/winserver2019-ps/defender/Set-MpPreference.md

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: MSFT_MpPreference.cdxml-help.xml
44
Module Name: Defender
5-
ms.date: 06/23/2021
5+
ms.date: 10/05/2021
66
online version: https://docs.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2019-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-MpPreference
@@ -41,7 +41,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
4141
[-LowThreatDefaultAction <ThreatAction>] [-ModerateThreatDefaultAction <ThreatAction>]
4242
[-HighThreatDefaultAction <ThreatAction>] [-SevereThreatDefaultAction <ThreatAction>] [-Force]
4343
[-DisableBlockAtFirstSeen <Boolean>] [-PUAProtection <PUAProtectionType>] [-CimSession <CimSession[]>]
44-
[-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>] [-DisableGradualRelease <Boolean>] [-SignaturesUpdatesChannel <UpdatesChannelType>] [-EngineUpdatesChannel <UpdatesChannelType>] [-PlatformUpdatesChannel <UpdatesChannelType>]
44+
[-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>] [-DisableGradualRelease <Boolean>] [-DefinitionUpdatesChannel <UpdatesChannelType>] [-EngineUpdatesChannel <UpdatesChannelType>] [-PlatformUpdatesChannel <UpdatesChannelType>]
4545
```
4646

4747
## DESCRIPTION
@@ -138,6 +138,29 @@ Accept pipeline input: False
138138
Accept wildcard characters: False
139139
```
140140
141+
### -DefinitionUpdatesChannel
142+
Enable this policy to specify when devices receive daily Microsoft Defender security intelligence (definition/signature) updates during the daily gradual rollout.
143+
144+
Current Channel (Staged): Devices will be offered updates after the release cycle. Suggested to apply to a small, representative part of production population (~10%).
145+
146+
Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).
147+
148+
If you disable or do not configure this policy, the device will stay up to date automatically during the daily release cycle. Suitable for most devices.
149+
150+
Supported OS versions: Windows 10
151+
152+
Note: This policy is available starting with platform version 4.18.2106.5 and later
153+
154+
```yaml
155+
Type: UpdatesChannelType
156+
Aliases: suc
157+
Accepted values: Staged|Broad|Not Configured
158+
Position: Named
159+
Default value: None
160+
Accept pipeline input: False
161+
Accept wildcard characters: False
162+
```
163+
141164
### -DisableArchiveScanning
142165
Indicates whether to scan archive files, such as .zip and .cab files, for malicious and unwanted software.
143166
If you specify a value of $False or do not specify a value, Windows Defender scans archive files.
@@ -446,6 +469,8 @@ Current Channel (Staged): Devices will be offered updates after the monthly grad
446469
447470
Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).
448471
472+
Critical- Time Delay: Devices will be offered updates with a 48-hour delay. Suggested for critical environments only.
473+
449474
If you disable or do not configure this policy, the device will stay up to date automatically during the gradual release cycle. Suitable for most devices.
450475
451476
Supported OS versions: Windows 10
@@ -454,7 +479,7 @@ Note: This policy is available starting with platform version 4.18.2106.5 and la
454479
```yaml
455480
Type: UpdatesChannelType
456481
Aliases: euc
457-
Accepted values:Beta|Preview|Staged|Broad|NotConfigured
482+
Accepted values:Beta|Preview|Staged|Broad|Delayed|NotConfigured
458483
Position: Named
459484
Default value: None
460485
Accept pipeline input: False
@@ -648,6 +673,8 @@ Current Channel (Staged): Devices will be offered updates after the monthly grad
648673
649674
Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).
650675
676+
Critical- Time Delay: Devices will be offered updates with a 48-hour delay. Suggested for critical environments only.
677+
651678
If you disable or do not configure this policy, the device will stay up to date automatically during the gradual release cycle. Suitable for most devices.
652679
653680
Supported OS versions: Windows 10
@@ -657,7 +684,7 @@ Note: This policy is available starting with platform version 4.18.2106.5 and la
657684
```yaml
658685
Type: UpdatesChannelType
659686
Aliases: puc
660-
Accepted values: Beta|Preview|Staged|Broad|NotConfigured
687+
Accepted values: Beta|Preview|Staged|Broad|Delayed|NotConfigured
661688
Position: Named
662689
Default value: None
663690
Accept pipeline input: False
@@ -1143,28 +1170,6 @@ Accept pipeline input: False
11431170
Accept wildcard characters: False
11441171
```
11451172
1146-
### -SignaturesUpdatesChannel
1147-
Enable this policy to specify when devices receive daily Microsoft Defender definition updates during the daily gradual rollout.
1148-
1149-
Current Channel (Staged): Devices will be offered updates after the release cycle. Suggested to apply to a small, representative part of production population (~10%).
1150-
1151-
Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).
1152-
1153-
If you disable or do not configure this policy, the device will stay up to date automatically during the daily release cycle. Suitable for most devices.
1154-
1155-
Supported OS versions: Windows 10
1156-
1157-
Note: This policy is available starting with platform version 4.18.2106.5 and later
1158-
1159-
```yaml
1160-
Type: UpdatesChannelType
1161-
Aliases: suc
1162-
Accepted values: Staged|Broad|Not Configured
1163-
Position: Named
1164-
Default value: None
1165-
Accept pipeline input: False
1166-
Accept wildcard characters: False
1167-
```
11681173
11691174
### -SignatureUpdateInterval
11701175
Specifies the interval, in hours, at which to check for definition updates.

docset/winserver2022-ps/dcbqos/Disable-NetQosFlowControl.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -209,18 +209,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
209209
210210
## INPUTS
211211
212-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData[]
213-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
214-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
215-
The MSFT_NetQosFlowControlSettingData object contains the flow control setting per priority.
212+
### System.String
213+
214+
### System.UInt32
215+
216+
### Microsoft.Management.Infrastructure.CimInstance[]
216217
217218
## OUTPUTS
218219
219-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData
220-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
221-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
222-
This cmdlet returns a **MSFT_NetQosFlowControlSettingData** object that contains flow control settings per priority.
223-
Only if the *PassThru* parameter is specified does this cmdlet return the **MSFT_NetQosFlowControlSettingData** object.
220+
### Microsoft.Management.Infrastructure.CimInstance
224221
225222
## NOTES
226223

docset/winserver2022-ps/dcbqos/Enable-NetQosFlowControl.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
214214
215215
## INPUTS
216216
217-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData[]
218-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
219-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
220-
You can pipe a **MSFT_NetQosFlowControlSettingData** object that contains the follow control setting per priority to this cmdlet.
217+
### System.String
218+
219+
### System.UInt32
220+
221+
### Microsoft.Management.Infrastructure.CimInstance[]
221222
222223
## OUTPUTS
223224
224-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData
225-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
226-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
227-
This cmdlet returns a **MSFT_NetQosFlowControlSettingData** object that contains flow control settings per priority.
228-
Only if you specify the *PassThru* parameter does this cmdlet return the **MSFT_NetQosFlowControlSettingData** object.
225+
### Microsoft.Management.Infrastructure.CimInstance
229226
230227
## NOTES
231228

docset/winserver2022-ps/dcbqos/Get-NetQosDcbxSetting.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
133133
134134
## INPUTS
135135
136-
### None
136+
### System.String
137+
138+
### System.UInt32
137139
138140
## OUTPUTS
139141
142+
### Microsoft.Management.Infrastructure.CimInstance
143+
140144
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosDcbxSettingData
145+
141146
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
142147
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
143148
This cmdlet returns a **MSFT_NetQosDcbxSettingData** object that contains the DCBX setting configured in Windows Server 2012 and later.

docset/winserver2022-ps/dcbqos/Get-NetQosFlowControl.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
152152
153153
## INPUTS
154154
155-
### None
155+
### System.String
156+
157+
### System.UInt32
156158
157159
## OUTPUTS
158160
161+
### Microsoft.Management.Infrastructure.CimInstance
162+
159163
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData
164+
160165
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
161166
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
162167
This cmdlet returns a **MSFT_NetQosFlowControlSettingData** object that contains the flow control settings per priority.

docset/winserver2022-ps/dcbqos/Get-NetQosTrafficClass.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
149149
150150
## INPUTS
151151
152-
### None
152+
### System.String
153+
154+
### System.UInt32
153155
154156
## OUTPUTS
155157
158+
### Microsoft.Management.Infrastructure.CimInstance
159+
156160
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData
161+
157162
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
158163
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
159164
This cmdlet returns a **MSFT_NetQosTrafficClassSettingData** object that contains a network traffic class.

docset/winserver2022-ps/dcbqos/New-NetQosTrafficClass.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
228228

229229
## INPUTS
230230

231-
### None
231+
### System.String
232+
233+
### System.UInt32
232234

233235
## OUTPUTS
234236

235-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData
236-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
237-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
238-
This cmdlet returns a **MSFT_NetQosTrafficClassSettingData** object that contains a network traffic class.
237+
### System.Object
239238

240239
## NOTES
241240

docset/winserver2022-ps/dcbqos/Remove-NetQosTrafficClass.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
208208
209209
## INPUTS
210210
211-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData[]
212-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
213-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
214-
You can pipe a **MSFT_NetQosTrafficClassSettingData** object that contains a network traffic class to this cmdlet.
211+
### System.String
212+
213+
### System.UInt32
214+
215+
### Microsoft.Management.Infrastructure.CimInstance[]
215216
216217
## OUTPUTS
217218
219+
### Microsoft.Management.Infrastructure.CimInstance
220+
218221
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData
222+
219223
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
220224
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
221225
This cmdlet returns a **MSFT_NetQosTrafficClassSettingData** object that contains a network traffic class.

docset/winserver2022-ps/dcbqos/Set-NetQosDcbxSetting.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,20 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
216216

217217
## INPUTS
218218

219-
### None
219+
### System.String
220+
221+
### System.UInt32
222+
223+
### Microsoft.Management.Infrastructure.CimInstance[]
224+
225+
### System.Boolean
220226

221227
## OUTPUTS
222228

229+
### Microsoft.Management.Infrastructure.CimInstance
230+
223231
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosDcbxSettingData
232+
224233
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
225234
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
226235
This cmdlet returns a **MSFT_NetQosDcbxSettingData** object that contains the DCBX setting configured in Windows Server 2012 and later.

docset/winserver2022-ps/dcbqos/Set-NetQosFlowControl.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,20 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
233233
234234
## INPUTS
235235
236-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData[]
237-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
238-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
239-
You can pipe a **MSFT_NetQosFlowControlSettingData** object that contains the flow control setting per priority to this cmdlet.
236+
### System.String
237+
238+
### System.UInt32
239+
240+
### Microsoft.Management.Infrastructure.CimInstance[]
241+
242+
### System.Boolean
240243
241244
## OUTPUTS
242245
246+
### Microsoft.Management.Infrastructure.CimInstance
247+
243248
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData
249+
244250
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
245251
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
246252
This cmdlet returns a **MSFT_NetQosFlowControlSettingData** object that contains flow control settings per priority.

0 commit comments

Comments
 (0)