Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### None
### System.Object

## NOTES

Expand Down
4 changes: 3 additions & 1 deletion docset/winserver2022-ps/netqos/Get-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None
### System.String[]

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
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.
Expand Down
23 changes: 18 additions & 5 deletions docset/winserver2022-ps/netqos/New-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,14 +813,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### None
### System.String

### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.NetworkProfile

### System.UInt32

### System.SByte

### System.Byte

### System.UInt64

### System.Boolean

### System.UInt16

### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.Protocol

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
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_NetQosPolicySettingData** object contains a QoS policy.
### System.Object

## NOTES

Expand Down
9 changes: 5 additions & 4 deletions docset/winserver2022-ps/netqos/Remove-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,14 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
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_NetQosPolicySettingData** object contains a QoS policy.
### System.String[]

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

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
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.
Expand Down
29 changes: 25 additions & 4 deletions docset/winserver2022-ps/netqos/Set-NetQosPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,13 +617,34 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
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_NetQosPolicySettingData** object contains a QoS policy.
### System.String[]

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

### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.NetworkProfile

### System.UInt32

### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.Template

### System.String

### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.Protocol

### System.UInt16

### System.Boolean

### System.SByte

### System.Byte

### System.UInt64

## OUTPUTS

### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchEthernetPort-help.xml
external help file: NetworkSwitchEthernetPort.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/disable-networkswitchethernetport?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -156,14 +156,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### CimInstance[]
### Microsoft.Management.Infrastructure.CimInstance[]
You can pipe an array of **CimInstance** objects that correspond to an Ethernet port to this cmdlet.

## OUTPUTS

### None
This cmdlet does not generate any output.

### System.Object
## NOTES

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchFeature-help.xml
external help file: NetworkSwitchFeature.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/disable-networkswitchfeature?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -178,13 +178,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### CimInstance[]
### Microsoft.Management.Infrastructure.CimInstance[]
You can pipe an array of **CimInstance** objects that correspond to a feature to this cmdlet.

## OUTPUTS

### None
This cmdlet does not generate any output.
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchVlan-help.xml
external help file: NetworkSwitchVlan.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/disable-networkswitchvlan?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -167,8 +167,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### None
This cmdlet does not generate any output.
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchEthernetPort-help.xml
external help file: NetworkSwitchEthernetPort.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/enable-networkswitchethernetport?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -156,14 +156,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### CimInstance[]
### Microsoft.Management.Infrastructure.CimInstance[]
You can pipe an array of **CimInstance** objects that correspond to Ethernet ports to this cmdlet.

## OUTPUTS

### None
This cmdlet does not generate any output.

### System.Object
## NOTES

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchFeature-help.xml
external help file: NetworkSwitchFeature.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/enable-networkswitchfeature?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -178,13 +178,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

### CimInstance[]
### Microsoft.Management.Infrastructure.CimInstance[]
You can pipe an array of **CimInstance** objects that correspond to a network switch feature to this cmdlet.

## OUTPUTS

### None
This cmdlet does not generate any output.
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchVlan-help.xml
external help file: NetworkSwitchVlan.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/enable-networkswitchvlan?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -167,8 +167,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### None
This cmdlet does not generate any output.
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchEthernetPort-help.xml
external help file: NetworkSwitchEthernetPort.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/get-networkswitchethernetport?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -160,8 +160,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### CimInstance[]
This cmdlet returns an array of **CimInstance** objects that correspond to Ethernet ports on a network switch.
### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#CIM_EthernetPort

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchFeature-help.xml
external help file: NetworkSwitchFeature.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/get-networkswitchfeature?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -153,8 +153,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### CimInstance[]
This cmdlet returns an array of **CimInstance** objects that represent network switch features.
### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#MSFT_Feature

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchGlobalSettingData-help.xml
external help file: NetworkSwitchGlobalSettingData.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/get-networkswitchglobaldata?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -62,8 +62,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### CimInstance
This cmdlet returns the **globalData** of the network switch as **CimInstance** object.
### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#MSFT_GlobalEthernetSwitchSettingData

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchVlan-help.xml
external help file: NetworkSwitchVlan.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/get-networkswitchvlan?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -175,8 +175,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### CimInstance[]
This cmdlet returns an array of **CimInstance** objects for network switch VLANs.
### Microsoft.Management.Infrastructure.CimInstance

### Microsoft.Management.Infrastructure.CimInstance#CIM_NetworkVLAN

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchVlan-help.xml
external help file: NetworkSwitchVlan.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/new-networkswitchvlan?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -127,8 +127,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### None
This cmdlet does not generate any output.
### System.Object

## NOTES

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
external help file: NetworkSwitchEthernetPort-help.xml
external help file: NetworkSwitchEthernetPort.psm1-help.xml
Module Name: NetworkSwitchManager
ms.date: 12/20/2016
online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/remove-networkswitchethernetportipaddress?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
Expand Down Expand Up @@ -127,12 +127,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## INPUTS

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

## OUTPUTS

### None
This cmdlet does not generate any output.
### System.Object

## NOTES

Expand Down
Loading