Skip to content

Commit 8f4c01e

Browse files
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-powershell-docs into processmitigations-v-tishe
2 parents db45754 + 7b8e0a2 commit 8f4c01e

File tree

82 files changed

+521
-199
lines changed

Some content is hidden

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

82 files changed

+521
-199
lines changed

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.

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

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
260260

261261
## INPUTS
262262

263-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData[]
264-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
265-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
266-
You can pipe a **MSFT_NetQosTrafficClassSettingData** object that contains a network traffic class.
263+
### System.String
264+
265+
### System.UInt32
266+
267+
### Microsoft.Management.Infrastructure.CimInstance[]
268+
269+
### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosTrafficClass.Algorithm
270+
271+
### System.Byte
272+
273+
### System.Byte[]
267274

268275
## OUTPUTS
269276

277+
### Microsoft.Management.Infrastructure.CimInstance
278+
270279
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData
280+
271281
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
272282
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
273283
This cmdlet returns a **MSFT_NetQosTrafficClassSettingData** object contains a network traffic class.

0 commit comments

Comments
 (0)