Skip to content

Commit 52c8445

Browse files
Add changes from PlatyPS.
1 parent 889c00c commit 52c8445

File tree

4 files changed

+51
-14
lines changed

4 files changed

+51
-14
lines changed

docset/winserver2022-ps/netqos/Get-NetQosPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
249249

250250
## INPUTS
251251

252-
### None
252+
### System.String[]
253253

254254
## OUTPUTS
255255

256+
### Microsoft.Management.Infrastructure.CimInstance
257+
256258
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
257259
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
258260
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.

docset/winserver2022-ps/netqos/New-NetQosPolicy.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -813,14 +813,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
813813

814814
## INPUTS
815815

816-
### None
816+
### System.String
817+
818+
### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.NetworkProfile
819+
820+
### System.UInt32
821+
822+
### System.SByte
823+
824+
### System.Byte
825+
826+
### System.UInt64
827+
828+
### System.Boolean
829+
830+
### System.UInt16
831+
832+
### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.Protocol
817833

818834
## OUTPUTS
819835

820-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
821-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
822-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
823-
The **MSFT_NetQosPolicySettingData** object contains a QoS policy.
836+
### System.Object
824837

825838
## NOTES
826839

docset/winserver2022-ps/netqos/Remove-NetQosPolicy.md

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

197197
## INPUTS
198198

199-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
200-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
201-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
202-
The **MSFT_NetQosPolicySettingData** object contains a QoS policy.
199+
### System.String[]
200+
201+
### Microsoft.Management.Infrastructure.CimInstance[]
203202

204203
## OUTPUTS
205204

205+
### Microsoft.Management.Infrastructure.CimInstance
206+
206207
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
207208
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
208209
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.

docset/winserver2022-ps/netqos/Set-NetQosPolicy.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -617,13 +617,34 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
617617

618618
## INPUTS
619619

620-
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
621-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
622-
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
623-
The **MSFT_NetQosPolicySettingData** object contains a QoS policy.
620+
### System.String[]
621+
622+
### Microsoft.Management.Infrastructure.CimInstance[]
623+
624+
### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.NetworkProfile
625+
626+
### System.UInt32
627+
628+
### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.Template
629+
630+
### System.String
631+
632+
### Microsoft.PowerShell.Cmdletization.GeneratedTypes.NetQosPolicy.Protocol
633+
634+
### System.UInt16
635+
636+
### System.Boolean
637+
638+
### System.SByte
639+
640+
### System.Byte
641+
642+
### System.UInt64
624643

625644
## OUTPUTS
626645

646+
### Microsoft.Management.Infrastructure.CimInstance
647+
627648
### Microsoft.Management.Infrastructure.CimInstance#ROOT/StandardCimv2/MSFT_NetQosPolicySettingData
628649
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
629650
The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.

0 commit comments

Comments
 (0)