From 03cc91eb0955221948f264196eea9c13bf676495 Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Wed, 29 Sep 2021 23:11:34 +0000 Subject: [PATCH] Changes from PlatyPS. --- .../dcbqos/Disable-NetQosFlowControl.md | 15 ++++++--------- .../dcbqos/Enable-NetQosFlowControl.md | 15 ++++++--------- .../dcbqos/Get-NetQosDcbxSetting.md | 7 ++++++- .../dcbqos/Get-NetQosFlowControl.md | 7 ++++++- .../dcbqos/Get-NetQosTrafficClass.md | 7 ++++++- .../dcbqos/New-NetQosTrafficClass.md | 9 ++++----- .../dcbqos/Remove-NetQosTrafficClass.md | 12 ++++++++---- .../dcbqos/Set-NetQosDcbxSetting.md | 11 ++++++++++- .../dcbqos/Set-NetQosFlowControl.md | 14 ++++++++++---- .../dcbqos/Set-NetQosTrafficClass.md | 18 ++++++++++++++---- .../dcbqos/Switch-NetQosDcbxSetting.md | 8 ++++++++ .../dcbqos/Switch-NetQosFlowControl.md | 8 ++++++++ .../dcbqos/Switch-NetQosTrafficClass.md | 8 ++++++++ 13 files changed, 100 insertions(+), 39 deletions(-) diff --git a/docset/winserver2022-ps/dcbqos/Disable-NetQosFlowControl.md b/docset/winserver2022-ps/dcbqos/Disable-NetQosFlowControl.md index ba4ec41cdb..323b91def5 100644 --- a/docset/winserver2022-ps/dcbqos/Disable-NetQosFlowControl.md +++ b/docset/winserver2022-ps/dcbqos/Disable-NetQosFlowControl.md @@ -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 diff --git a/docset/winserver2022-ps/dcbqos/Enable-NetQosFlowControl.md b/docset/winserver2022-ps/dcbqos/Enable-NetQosFlowControl.md index 6636a08d34..ced5cf0f65 100644 --- a/docset/winserver2022-ps/dcbqos/Enable-NetQosFlowControl.md +++ b/docset/winserver2022-ps/dcbqos/Enable-NetQosFlowControl.md @@ -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 diff --git a/docset/winserver2022-ps/dcbqos/Get-NetQosDcbxSetting.md b/docset/winserver2022-ps/dcbqos/Get-NetQosDcbxSetting.md index 46266fa4ac..e26fd061c5 100644 --- a/docset/winserver2022-ps/dcbqos/Get-NetQosDcbxSetting.md +++ b/docset/winserver2022-ps/dcbqos/Get-NetQosDcbxSetting.md @@ -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. diff --git a/docset/winserver2022-ps/dcbqos/Get-NetQosFlowControl.md b/docset/winserver2022-ps/dcbqos/Get-NetQosFlowControl.md index 48ef763c98..7ac5dd72aa 100644 --- a/docset/winserver2022-ps/dcbqos/Get-NetQosFlowControl.md +++ b/docset/winserver2022-ps/dcbqos/Get-NetQosFlowControl.md @@ -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. diff --git a/docset/winserver2022-ps/dcbqos/Get-NetQosTrafficClass.md b/docset/winserver2022-ps/dcbqos/Get-NetQosTrafficClass.md index 0db7b4b4bc..81ade84a63 100644 --- a/docset/winserver2022-ps/dcbqos/Get-NetQosTrafficClass.md +++ b/docset/winserver2022-ps/dcbqos/Get-NetQosTrafficClass.md @@ -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. diff --git a/docset/winserver2022-ps/dcbqos/New-NetQosTrafficClass.md b/docset/winserver2022-ps/dcbqos/New-NetQosTrafficClass.md index ca173525bb..1b91808fff 100644 --- a/docset/winserver2022-ps/dcbqos/New-NetQosTrafficClass.md +++ b/docset/winserver2022-ps/dcbqos/New-NetQosTrafficClass.md @@ -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 diff --git a/docset/winserver2022-ps/dcbqos/Remove-NetQosTrafficClass.md b/docset/winserver2022-ps/dcbqos/Remove-NetQosTrafficClass.md index 598cf5a8b8..e7face3424 100644 --- a/docset/winserver2022-ps/dcbqos/Remove-NetQosTrafficClass.md +++ b/docset/winserver2022-ps/dcbqos/Remove-NetQosTrafficClass.md @@ -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. diff --git a/docset/winserver2022-ps/dcbqos/Set-NetQosDcbxSetting.md b/docset/winserver2022-ps/dcbqos/Set-NetQosDcbxSetting.md index 7f040f125a..f626bf0172 100644 --- a/docset/winserver2022-ps/dcbqos/Set-NetQosDcbxSetting.md +++ b/docset/winserver2022-ps/dcbqos/Set-NetQosDcbxSetting.md @@ -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. diff --git a/docset/winserver2022-ps/dcbqos/Set-NetQosFlowControl.md b/docset/winserver2022-ps/dcbqos/Set-NetQosFlowControl.md index a823414a03..9c2c0b1245 100644 --- a/docset/winserver2022-ps/dcbqos/Set-NetQosFlowControl.md +++ b/docset/winserver2022-ps/dcbqos/Set-NetQosFlowControl.md @@ -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. diff --git a/docset/winserver2022-ps/dcbqos/Set-NetQosTrafficClass.md b/docset/winserver2022-ps/dcbqos/Set-NetQosTrafficClass.md index 039828068a..0b7e67aee4 100644 --- a/docset/winserver2022-ps/dcbqos/Set-NetQosTrafficClass.md +++ b/docset/winserver2022-ps/dcbqos/Set-NetQosTrafficClass.md @@ -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. diff --git a/docset/winserver2022-ps/dcbqos/Switch-NetQosDcbxSetting.md b/docset/winserver2022-ps/dcbqos/Switch-NetQosDcbxSetting.md index 1b55f57811..e769ea18cd 100644 --- a/docset/winserver2022-ps/dcbqos/Switch-NetQosDcbxSetting.md +++ b/docset/winserver2022-ps/dcbqos/Switch-NetQosDcbxSetting.md @@ -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 diff --git a/docset/winserver2022-ps/dcbqos/Switch-NetQosFlowControl.md b/docset/winserver2022-ps/dcbqos/Switch-NetQosFlowControl.md index c54ec09e5e..906864e230 100644 --- a/docset/winserver2022-ps/dcbqos/Switch-NetQosFlowControl.md +++ b/docset/winserver2022-ps/dcbqos/Switch-NetQosFlowControl.md @@ -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 diff --git a/docset/winserver2022-ps/dcbqos/Switch-NetQosTrafficClass.md b/docset/winserver2022-ps/dcbqos/Switch-NetQosTrafficClass.md index 7c419c9e92..9d47d90ae2 100644 --- a/docset/winserver2022-ps/dcbqos/Switch-NetQosTrafficClass.md +++ b/docset/winserver2022-ps/dcbqos/Switch-NetQosTrafficClass.md @@ -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