Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions docset/winserver2022-ps/dcbqos/Disable-NetQosFlowControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,18 +209,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData[]
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
The MSFT_NetQosFlowControlSettingData object contains the flow control setting per priority.
### System.String

### System.UInt32

### Microsoft.Management.Infrastructure.CimInstance[]

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
This cmdlet returns a **MSFT_NetQosFlowControlSettingData** object that contains flow control settings per priority.
Only if the *PassThru* parameter is specified does this cmdlet return the **MSFT_NetQosFlowControlSettingData** object.
### Microsoft.Management.Infrastructure.CimInstance

## NOTES

Expand Down
15 changes: 6 additions & 9 deletions docset/winserver2022-ps/dcbqos/Enable-NetQosFlowControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,15 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData[]
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
You can pipe a **MSFT_NetQosFlowControlSettingData** object that contains the follow control setting per priority to this cmdlet.
### System.String

### System.UInt32

### Microsoft.Management.Infrastructure.CimInstance[]

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
This cmdlet returns a **MSFT_NetQosFlowControlSettingData** object that contains flow control settings per priority.
Only if you specify the *PassThru* parameter does this cmdlet return the **MSFT_NetQosFlowControlSettingData** object.
### Microsoft.Management.Infrastructure.CimInstance

## NOTES

Expand Down
7 changes: 6 additions & 1 deletion docset/winserver2022-ps/dcbqos/Get-NetQosDcbxSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None
### System.String

### System.UInt32

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosDcbxSettingData

The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
This cmdlet returns a **MSFT_NetQosDcbxSettingData** object that contains the DCBX setting configured in Windows Server 2012 and later.
Expand Down
7 changes: 6 additions & 1 deletion docset/winserver2022-ps/dcbqos/Get-NetQosFlowControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None
### System.String

### System.UInt32

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData

The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
This cmdlet returns a **MSFT_NetQosFlowControlSettingData** object that contains the flow control settings per priority.
Expand Down
7 changes: 6 additions & 1 deletion docset/winserver2022-ps/dcbqos/Get-NetQosTrafficClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None
### System.String

### System.UInt32

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData

The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
This cmdlet returns a **MSFT_NetQosTrafficClassSettingData** object that contains a network traffic class.
Expand Down
9 changes: 4 additions & 5 deletions docset/winserver2022-ps/dcbqos/New-NetQosTrafficClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None
### System.String

### System.UInt32

## OUTPUTS

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

## NOTES

Expand Down
12 changes: 8 additions & 4 deletions docset/winserver2022-ps/dcbqos/Remove-NetQosTrafficClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,18 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData[]
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
You can pipe a **MSFT_NetQosTrafficClassSettingData** object that contains a network traffic class to this cmdlet.
### System.String

### System.UInt32

### Microsoft.Management.Infrastructure.CimInstance[]

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData

The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
This cmdlet returns a **MSFT_NetQosTrafficClassSettingData** object that contains a network traffic class.
Expand Down
11 changes: 10 additions & 1 deletion docset/winserver2022-ps/dcbqos/Set-NetQosDcbxSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,20 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None
### System.String

### System.UInt32

### Microsoft.Management.Infrastructure.CimInstance[]

### System.Boolean

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosDcbxSettingData

The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
This cmdlet returns a **MSFT_NetQosDcbxSettingData** object that contains the DCBX setting configured in Windows Server 2012 and later.
Expand Down
14 changes: 10 additions & 4 deletions docset/winserver2022-ps/dcbqos/Set-NetQosFlowControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,20 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData[]
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
You can pipe a **MSFT_NetQosFlowControlSettingData** object that contains the flow control setting per priority to this cmdlet.
### System.String

### System.UInt32

### Microsoft.Management.Infrastructure.CimInstance[]

### System.Boolean

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosFlowControlSettingData

The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
This cmdlet returns a **MSFT_NetQosFlowControlSettingData** object that contains flow control settings per priority.
Expand Down
18 changes: 14 additions & 4 deletions docset/winserver2022-ps/dcbqos/Set-NetQosTrafficClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,14 +260,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData[]
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
You can pipe a **MSFT_NetQosTrafficClassSettingData** object that contains a network traffic class.
### System.String

### System.UInt32

### Microsoft.Management.Infrastructure.CimInstance[]

### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosTrafficClass.Algorithm

### System.Byte

### System.Byte[]

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosTrafficClassSettingData

The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
This cmdlet returns a **MSFT_NetQosTrafficClassSettingData** object contains a network traffic class.
Expand Down
8 changes: 8 additions & 0 deletions docset/winserver2022-ps/dcbqos/Switch-NetQosDcbxSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosDcbxSetting.PolicySet

### System.String

### System.UInt32

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
8 changes: 8 additions & 0 deletions docset/winserver2022-ps/dcbqos/Switch-NetQosFlowControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosFlowControl.PolicySet

### System.String

### System.UInt32

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
8 changes: 8 additions & 0 deletions docset/winserver2022-ps/dcbqos/Switch-NetQosTrafficClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosTrafficClass.PolicySet

### System.String

### System.UInt32

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down