From 52c8445ca654a6119274ff357c4079c019409b6f Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Fri, 24 Sep 2021 16:49:32 +0000 Subject: [PATCH 1/3] Add changes from PlatyPS. --- .../netqos/Get-NetQosPolicy.md | 4 ++- .../netqos/New-NetQosPolicy.md | 23 +++++++++++---- .../netqos/Remove-NetQosPolicy.md | 9 +++--- .../netqos/Set-NetQosPolicy.md | 29 ++++++++++++++++--- 4 files changed, 51 insertions(+), 14 deletions(-) diff --git a/docset/winserver2022-ps/netqos/Get-NetQosPolicy.md b/docset/winserver2022-ps/netqos/Get-NetQosPolicy.md index 04f0cad8f5..a0816c5d7b 100644 --- a/docset/winserver2022-ps/netqos/Get-NetQosPolicy.md +++ b/docset/winserver2022-ps/netqos/Get-NetQosPolicy.md @@ -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. diff --git a/docset/winserver2022-ps/netqos/New-NetQosPolicy.md b/docset/winserver2022-ps/netqos/New-NetQosPolicy.md index d6504977be..bbc37de517 100644 --- a/docset/winserver2022-ps/netqos/New-NetQosPolicy.md +++ b/docset/winserver2022-ps/netqos/New-NetQosPolicy.md @@ -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 diff --git a/docset/winserver2022-ps/netqos/Remove-NetQosPolicy.md b/docset/winserver2022-ps/netqos/Remove-NetQosPolicy.md index ba06c3a394..0c0cdd044c 100644 --- a/docset/winserver2022-ps/netqos/Remove-NetQosPolicy.md +++ b/docset/winserver2022-ps/netqos/Remove-NetQosPolicy.md @@ -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. diff --git a/docset/winserver2022-ps/netqos/Set-NetQosPolicy.md b/docset/winserver2022-ps/netqos/Set-NetQosPolicy.md index 353c2b31dc..83b49b0aca 100644 --- a/docset/winserver2022-ps/netqos/Set-NetQosPolicy.md +++ b/docset/winserver2022-ps/netqos/Set-NetQosPolicy.md @@ -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. From a9a64d8fc5ccf5c64aafc95b32b3a1598f701a63 Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Fri, 24 Sep 2021 17:22:02 +0000 Subject: [PATCH 2/3] Add changes from PlatyPS. --- .../iscsitarget/Export-IscsiTargetServerConfiguration.md | 4 ++++ .../iscsitarget/Import-IscsiTargetServerConfiguration.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/iscsitarget/Export-IscsiTargetServerConfiguration.md b/docset/winserver2022-ps/iscsitarget/Export-IscsiTargetServerConfiguration.md index 482020c09a..8421072f62 100644 --- a/docset/winserver2022-ps/iscsitarget/Export-IscsiTargetServerConfiguration.md +++ b/docset/winserver2022-ps/iscsitarget/Export-IscsiTargetServerConfiguration.md @@ -136,8 +136,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### None + ## OUTPUTS +### System.Object + ## NOTES ## RELATED LINKS diff --git a/docset/winserver2022-ps/iscsitarget/Import-IscsiTargetServerConfiguration.md b/docset/winserver2022-ps/iscsitarget/Import-IscsiTargetServerConfiguration.md index c2797d5332..c2496088ca 100644 --- a/docset/winserver2022-ps/iscsitarget/Import-IscsiTargetServerConfiguration.md +++ b/docset/winserver2022-ps/iscsitarget/Import-IscsiTargetServerConfiguration.md @@ -144,7 +144,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### None +### System.Object ## NOTES From 54fd8421bb8d701a12fe2c9bfdf7fabc8b12f6e7 Mon Sep 17 00:00:00 2001 From: TimShererWithAquent <28902327+TimShererWithAquent@users.noreply.github.com> Date: Mon, 27 Sep 2021 21:55:49 +0000 Subject: [PATCH 3/3] Add changes from PlatyPS. --- .../Disable-NetworkSwitchEthernetPort.md | 8 +++----- .../networkswitchmanager/Disable-NetworkSwitchFeature.md | 7 +++---- .../networkswitchmanager/Disable-NetworkSwitchVlan.md | 5 ++--- .../Enable-NetworkSwitchEthernetPort.md | 8 +++----- .../networkswitchmanager/Enable-NetworkSwitchFeature.md | 7 +++---- .../networkswitchmanager/Enable-NetworkSwitchVlan.md | 5 ++--- .../networkswitchmanager/Get-NetworkSwitchEthernetPort.md | 7 ++++--- .../networkswitchmanager/Get-NetworkSwitchFeature.md | 7 ++++--- .../networkswitchmanager/Get-NetworkSwitchGlobalData.md | 7 ++++--- .../networkswitchmanager/Get-NetworkSwitchVlan.md | 7 ++++--- .../networkswitchmanager/New-NetworkSwitchVlan.md | 5 ++--- .../Remove-NetworkSwitchEthernetPortIPAddress.md | 7 +++---- .../networkswitchmanager/Remove-NetworkSwitchVlan.md | 7 +++---- .../Restore-NetworkSwitchConfiguration.md | 6 ++---- .../Save-NetworkSwitchConfiguration.md | 5 ++--- .../Set-NetworkSwitchEthernetPortIPAddress.md | 7 +++---- .../networkswitchmanager/Set-NetworkSwitchPortMode.md | 7 +++---- .../networkswitchmanager/Set-NetworkSwitchPortProperty.md | 7 +++---- .../networkswitchmanager/Set-NetworkSwitchVlanProperty.md | 7 +++---- 19 files changed, 56 insertions(+), 70 deletions(-) diff --git a/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchEthernetPort.md b/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchEthernetPort.md index 4535f932a7..fcab0321ec 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchEthernetPort.md +++ b/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchEthernetPort.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchFeature.md b/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchFeature.md index dfeb27ae76..f89515a466 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchFeature.md +++ b/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchFeature.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchVlan.md b/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchVlan.md index 2d656fe33e..09f296a5d3 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchVlan.md +++ b/docset/winserver2022-ps/networkswitchmanager/Disable-NetworkSwitchVlan.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchEthernetPort.md b/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchEthernetPort.md index 2898100904..70aeb3f9a5 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchEthernetPort.md +++ b/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchEthernetPort.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchFeature.md b/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchFeature.md index f7cd20ec7f..ef2255b6fe 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchFeature.md +++ b/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchFeature.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchVlan.md b/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchVlan.md index 8843e729cb..56ee4559a5 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchVlan.md +++ b/docset/winserver2022-ps/networkswitchmanager/Enable-NetworkSwitchVlan.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchEthernetPort.md b/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchEthernetPort.md index 0878bd45c0..7c36297ff1 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchEthernetPort.md +++ b/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchEthernetPort.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchFeature.md b/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchFeature.md index 2f58f5c804..c237970bd9 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchFeature.md +++ b/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchFeature.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchGlobalData.md b/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchGlobalData.md index cd26ee4c33..9e7896fc78 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchGlobalData.md +++ b/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchGlobalData.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchVlan.md b/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchVlan.md index adf36296c9..7a2a5eb63a 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchVlan.md +++ b/docset/winserver2022-ps/networkswitchmanager/Get-NetworkSwitchVlan.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/New-NetworkSwitchVlan.md b/docset/winserver2022-ps/networkswitchmanager/New-NetworkSwitchVlan.md index f75df90fcf..b37c3db3ed 100644 --- a/docset/winserver2022-ps/networkswitchmanager/New-NetworkSwitchVlan.md +++ b/docset/winserver2022-ps/networkswitchmanager/New-NetworkSwitchVlan.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Remove-NetworkSwitchEthernetPortIPAddress.md b/docset/winserver2022-ps/networkswitchmanager/Remove-NetworkSwitchEthernetPortIPAddress.md index e266b77d8b..e86f2a7474 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Remove-NetworkSwitchEthernetPortIPAddress.md +++ b/docset/winserver2022-ps/networkswitchmanager/Remove-NetworkSwitchEthernetPortIPAddress.md @@ -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 @@ -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 diff --git a/docset/winserver2022-ps/networkswitchmanager/Remove-NetworkSwitchVlan.md b/docset/winserver2022-ps/networkswitchmanager/Remove-NetworkSwitchVlan.md index 3afe81025a..8887c090ab 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Remove-NetworkSwitchVlan.md +++ b/docset/winserver2022-ps/networkswitchmanager/Remove-NetworkSwitchVlan.md @@ -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/remove-networkswitchvlan?view=windowsserver2022-ps&wt.mc_id=ps-gethelp @@ -183,13 +183,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 network switch VLANs to this cmdlet. ## OUTPUTS -### None -This cmdlet does not generate any output. +### System.Object ## NOTES diff --git a/docset/winserver2022-ps/networkswitchmanager/Restore-NetworkSwitchConfiguration.md b/docset/winserver2022-ps/networkswitchmanager/Restore-NetworkSwitchConfiguration.md index ef234788d5..7e4fe1627b 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Restore-NetworkSwitchConfiguration.md +++ b/docset/winserver2022-ps/networkswitchmanager/Restore-NetworkSwitchConfiguration.md @@ -1,6 +1,6 @@ --- description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. -external help file: NetworkSwitchConfiguration-help.xml +external help file: NetworkSwitchConfiguration.psm1-help.xml Module Name: NetworkSwitchManager ms.date: 12/20/2016 online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/restore-networkswitchconfiguration?view=windowsserver2022-ps&wt.mc_id=ps-gethelp @@ -92,9 +92,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### None -This cmdlet does not generate any output. - +### System.Object ## NOTES ## RELATED LINKS diff --git a/docset/winserver2022-ps/networkswitchmanager/Save-NetworkSwitchConfiguration.md b/docset/winserver2022-ps/networkswitchmanager/Save-NetworkSwitchConfiguration.md index 977c4cf611..31654a359a 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Save-NetworkSwitchConfiguration.md +++ b/docset/winserver2022-ps/networkswitchmanager/Save-NetworkSwitchConfiguration.md @@ -1,6 +1,6 @@ --- description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. -external help file: NetworkSwitchConfiguration-help.xml +external help file: NetworkSwitchConfiguration.psm1-help.xml Module Name: NetworkSwitchManager ms.date: 12/20/2016 online version: https://docs.microsoft.com/powershell/module/networkswitchmanager/save-networkswitchconfiguration?view=windowsserver2022-ps&wt.mc_id=ps-gethelp @@ -92,8 +92,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### None -This cmdlet does not generate any output. +### System.Object ## NOTES diff --git a/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchEthernetPortIPAddress.md b/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchEthernetPortIPAddress.md index 9fa7734733..cda4eaa8d9 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchEthernetPortIPAddress.md +++ b/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchEthernetPortIPAddress.md @@ -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/set-networkswitchethernetportipaddress?view=windowsserver2022-ps&wt.mc_id=ps-gethelp @@ -157,13 +157,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 refer to an **EthernetPort** object. ## OUTPUTS -### None -This cmdlet does not generate any output. +### System.Object ## NOTES diff --git a/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchPortMode.md b/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchPortMode.md index 5e50859ab4..54dfc1beb9 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchPortMode.md +++ b/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchPortMode.md @@ -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/set-networkswitchportmode?view=windowsserver2022-ps&wt.mc_id=ps-gethelp @@ -232,13 +232,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 port to this cmdlet. ## OUTPUTS -### None -This cmdlet does not generate any output. +### System.Object ## NOTES diff --git a/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchPortProperty.md b/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchPortProperty.md index ebb6b48b18..e22d9fa456 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchPortProperty.md +++ b/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchPortProperty.md @@ -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/set-networkswitchportproperty?view=windowsserver2022-ps&wt.mc_id=ps-gethelp @@ -129,13 +129,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### CimInstance[] +### Microsoft.Management.Infrastructure.CimInstance[] You can pipe an array of **CimInstance** objects to this cmdlet. ## OUTPUTS -### None -This cmdlet does not generate any output. +### System.Object ## NOTES diff --git a/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchVlanProperty.md b/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchVlanProperty.md index a71210254b..2aec60fb03 100644 --- a/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchVlanProperty.md +++ b/docset/winserver2022-ps/networkswitchmanager/Set-NetworkSwitchVlanProperty.md @@ -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/set-networkswitchvlanproperty?view=windowsserver2022-ps&wt.mc_id=ps-gethelp @@ -149,13 +149,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 represent VLANs to this cmdlet. ## OUTPUTS -### None -This cmdlet does not generate any output. +### System.Object ## NOTES