diff --git a/docset/winserver2025-ps/NetworkATC/Add-NetIntent.md b/docset/winserver2025-ps/NetworkATC/Add-NetIntent.md index 534c8de016..e8c62c16ed 100644 --- a/docset/winserver2025-ps/NetworkATC/Add-NetIntent.md +++ b/docset/winserver2025-ps/NetworkATC/Add-NetIntent.md @@ -511,11 +511,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -525,12 +524,12 @@ For more information, see ## RELATED LINKS -- [Copy-NetIntent](Copy-NetIntent.md) +[Copy-NetIntent](Copy-NetIntent.md) -- [Get-NetIntent](Get-NetIntent.md) +[Get-NetIntent](Get-NetIntent.md) -- [Get-NetIntentStatus](Get-NetIntentStatus.md) +[Get-NetIntentStatus](Get-NetIntentStatus.md) -- [Remove-NetIntent](Remove-NetIntent.md) +[Remove-NetIntent](Remove-NetIntent.md) -- [Set-NetIntent](Set-NetIntent.md) +[Set-NetIntent](Set-NetIntent.md) diff --git a/docset/winserver2025-ps/NetworkATC/Copy-NetIntent.md b/docset/winserver2025-ps/NetworkATC/Copy-NetIntent.md index 6ce2964ac5..a1164721fa 100644 --- a/docset/winserver2025-ps/NetworkATC/Copy-NetIntent.md +++ b/docset/winserver2025-ps/NetworkATC/Copy-NetIntent.md @@ -72,9 +72,8 @@ Copy-NetIntent [-GlobalOverrides] [-SourceComputerName] [-DestinationCo ## DESCRIPTION -The `Copy-NetIntent` cmdlet copies or moves a network intent from one host or -cluster to another. The source intent is removed if the **RemoveSource** -parameter is provided. +The `Copy-NetIntent` cmdlet copies or moves a network intent from one host or cluster to another. +The source intent is removed if the **RemoveSource** parameter is provided. ## EXAMPLES @@ -84,16 +83,16 @@ parameter is provided. Copy-NetIntent -Name "MyIntent" -SourceComputerName "Server01" -DestinationComputerName "Server02" ``` -This example copies a network intent from the standalone device `Server01` to -the standalone destination device `Server02`. +This example copies a network intent from the standalone device `Server01` to the standalone +destination device `Server02`. ## PARAMETERS ### -Name -Defines a unique name that identifies the network intent. Since intents are -uniquely determined by their list of physical adapters, the name is used as an -identifier to ensure that each intent is distinct. +Defines a unique name that identifies the network intent. Since intents are uniquely determined by +their list of physical adapters, the name is used as an identifier to ensure that each intent is +distinct. ```yaml Type: String @@ -190,8 +189,8 @@ Accept wildcard characters: False ### -RemoveSource -Indicates whether the original network intent should be removed from the source -after the copy operation is completed. +Indicates whether the original network intent should be removed from the source after the copy +operation is completed. ```yaml Type: Boolean @@ -207,8 +206,8 @@ Accept wildcard characters: False ### -Wait -When specified, the command will wait for the network configuration commands to -complete or for status confirmation before returning control. +When specified, the command will wait for the network configuration commands to complete or for +status confirmation before returning control. ```yaml Type: SwitchParameter @@ -224,11 +223,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -240,12 +238,12 @@ The copy and removal operation of the intent isn't a transacted operation. ## RELATED LINKS -- [Add-NetIntent](Add-NetIntent.md) +[Add-NetIntent](Add-NetIntent.md) -- [Get-NetIntent](Get-NetIntent.md) +[Get-NetIntent](Get-NetIntent.md) -- [Get-NetIntentStatus](Get-NetIntentStatus.md) +[Get-NetIntentStatus](Get-NetIntentStatus.md) -- [Remove-NetIntent](Remove-NetIntent.md) +[Remove-NetIntent](Remove-NetIntent.md) -- [Set-NetIntent](Set-NetIntent.md) +[Set-NetIntent](Set-NetIntent.md) diff --git a/docset/winserver2025-ps/NetworkATC/Get-AllNetIntents.md b/docset/winserver2025-ps/NetworkATC/Get-AllNetIntents.md index ea388e580d..873baed28b 100644 --- a/docset/winserver2025-ps/NetworkATC/Get-AllNetIntents.md +++ b/docset/winserver2025-ps/NetworkATC/Get-AllNetIntents.md @@ -21,8 +21,8 @@ Get-AllNetIntents [[-ClusterName] ] [[-ComputerName] ] [-GlobalO ## DESCRIPTION -The `Get-AllNetIntents` cmdlet retrieves all network intent configurations -available based on the computer name or cluster name. +The `Get-AllNetIntents` cmdlet retrieves all network intent configurations available based on the +computer name or cluster name. ## EXAMPLES @@ -38,8 +38,8 @@ This example retrieves all network intent configurations from the `Server01` sta ### -ClusterName -Specifies the name of the cluster for which the network intent is to be -retrieved. When used, the intent "floats" across the cluster. +Specifies the name of the cluster for which the network intent is to be retrieved. When used, the +intent "floats" across the cluster. ```yaml Type: String @@ -55,10 +55,9 @@ Accept wildcard characters: False ### -ComputerName -Specifies the computer name of the target host on which the network -intent configuration is to be retrieved. For standalone hosts, use the local -computer name; for scenarios where the script is executed remotely, ensure the -current user has administrative privileges on the target machine. +Specifies the computer name of the target host on which the network intent configuration is to be +retrieved. For standalone hosts, use the local computer name; for scenarios where the script is +executed remotely, ensure the current user has administrative privileges on the target machine. ```yaml Type: String @@ -90,11 +89,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/docset/winserver2025-ps/NetworkATC/Get-HUDSwitchlessMapping.md b/docset/winserver2025-ps/NetworkATC/Get-HUDSwitchlessMapping.md index b7162ad977..05935d8181 100644 --- a/docset/winserver2025-ps/NetworkATC/Get-HUDSwitchlessMapping.md +++ b/docset/winserver2025-ps/NetworkATC/Get-HUDSwitchlessMapping.md @@ -20,8 +20,8 @@ Get-HUDSwitchlessMapping [-ClusterName] [] ## DESCRIPTION -The `Get-HUDSwitchlessMapping` cmdlet queries retrieves the configuration -mapping for switchless operation within the HUD subsystem on the target cluster. +The `Get-HUDSwitchlessMapping` cmdlet queries retrieves the configuration mapping for switchless +operation within the HUD subsystem on the target cluster. ## EXAMPLES @@ -53,11 +53,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/docset/winserver2025-ps/NetworkATC/Get-NetIntent.md b/docset/winserver2025-ps/NetworkATC/Get-NetIntent.md index cd2d070d73..62d37b1aee 100644 --- a/docset/winserver2025-ps/NetworkATC/Get-NetIntent.md +++ b/docset/winserver2025-ps/NetworkATC/Get-NetIntent.md @@ -28,8 +28,8 @@ Get-NetIntent [-ClusterName] [-Name ] [-GlobalOverrides] [] [[-ComputerName] ] ## DESCRIPTION -The `Get-NetIntentAllGoalStates` retrieves the goal states stored for each -intent. These configurations are the settings used for initial provisioning and -drift checks. This information is useful for debugging and troubleshooting. +The `Get-NetIntentAllGoalStates` retrieves the goal states stored for each intent. These +configurations are the settings used for initial provisioning and drift checks. This information is +useful for debugging and troubleshooting. ## EXAMPLES @@ -70,11 +70,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/docset/winserver2025-ps/NetworkATC/Get-NetIntentStatus.md b/docset/winserver2025-ps/NetworkATC/Get-NetIntentStatus.md index eff7be1dcc..f0ff817b3b 100644 --- a/docset/winserver2025-ps/NetworkATC/Get-NetIntentStatus.md +++ b/docset/winserver2025-ps/NetworkATC/Get-NetIntentStatus.md @@ -48,9 +48,9 @@ for the computer named `Server01`. ### -Name -Defines a unique name that identifies the network intent. Since intents are -uniquely determined by their list of physical adapters, the name is used as an -identifier to ensure that each intent is distinct. +Defines a unique name that identifies the network intent. Since intents are uniquely determined by +their list of physical adapters, the name is used as an identifier to ensure that each intent is +distinct. ```yaml Type: String @@ -66,10 +66,9 @@ Accept wildcard characters: False ### -ComputerName -Specifies the computer name of the target host on which the network intent -status is to be retrieved. For standalone hosts, use the local computer name; -for scenarios where the script is executed remotely, ensure the current user has -administrative privileges on the target machine. +Specifies the computer name of the target host on which the network intent status is to be +retrieved. For standalone hosts, use the local computer name; for scenarios where the script is +executed remotely, ensure the current user has administrative privileges on the target machine. ```yaml Type: String @@ -85,10 +84,9 @@ Accept wildcard characters: False ### -ClusterName -Specifies the name of the cluster for which the network intent status is to be -retrieved. When used, the intent "floats" across the cluster. Any node with -matching physical adapter names will automatically apply the intended -configuration. +Specifies the name of the cluster for which the network intent status is to be retrieved. When used, +the intent "floats" across the cluster. Any node with matching physical adapter names will +automatically apply the intended configuration. ```yaml Type: String @@ -120,11 +118,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -134,4 +131,4 @@ For more information, see ## RELATED LINKS -- [Get-NetIntent](Get-NetIntent.md) +[Get-NetIntent](Get-NetIntent.md) diff --git a/docset/winserver2025-ps/NetworkATC/New-NetIntentAdapterPropertyOverrides.md b/docset/winserver2025-ps/NetworkATC/New-NetIntentAdapterPropertyOverrides.md index c86aa651f7..5e6ee74ee3 100644 --- a/docset/winserver2025-ps/NetworkATC/New-NetIntentAdapterPropertyOverrides.md +++ b/docset/winserver2025-ps/NetworkATC/New-NetIntentAdapterPropertyOverrides.md @@ -30,11 +30,10 @@ New-NetIntentAdapterPropertyOverrides [-EncapOverhead ] ## DESCRIPTION -The `New-NetIntentAdapterPropertyOverrides` cmdlet creates a new instance of -network adapter property overrides, which is used to specify granular settings -for adapter properties that can be applied using the `Set-NetIntent` cmdlet. -These settings allow administrators to fine-tune network adapter properties to -optimize performance and functionality for specific network intents. +The `New-NetIntentAdapterPropertyOverrides` cmdlet creates a new instance of network adapter +property overrides, which is used to specify granular settings for adapter properties that can be +applied using the `Set-NetIntent` cmdlet. These settings allow administrators to fine-tune network +adapter properties to optimize performance and functionality for specific network intents. ## EXAMPLES @@ -44,9 +43,8 @@ optimize performance and functionality for specific network intents. New-NetIntentAdapterPropertyOverrides -EncapOverhead 50 -FlowControl 1 -JumboPacket 9000 ``` -This example creates a new instance of adapter property override with an -encapsulation overhead of `50` bytes, with flow control enabled, and jumbo -packets set to `9000` bytes. +This example creates a new instance of adapter property override with an encapsulation overhead of +`50` bytes, with flow control enabled, and jumbo packets set to `9000` bytes. ## PARAMETERS @@ -580,11 +578,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -594,16 +591,16 @@ For more information, see ## RELATED LINKS -- [New-NetIntentAdapterRssOverrides](New-NetIntentAdapterRssOverrides.md) +[New-NetIntentAdapterRssOverrides](New-NetIntentAdapterRssOverrides.md) -- [New-NetIntentGlobalClusterOverrides](New-NetIntentGlobalClusterOverrides.md) +[New-NetIntentGlobalClusterOverrides](New-NetIntentGlobalClusterOverrides.md) -- [New-NetIntentGlobalProxyOverrides](New-NetIntentGlobalProxyOverrides.md) +[New-NetIntentGlobalProxyOverrides](New-NetIntentGlobalProxyOverrides.md) -- [New-NetIntentQoSPolicyOverrides](New-NetIntentQoSPolicyOverrides.md) +[New-NetIntentQoSPolicyOverrides](New-NetIntentQoSPolicyOverrides.md) -- [New-NetIntentSiteOverrides](New-NetIntentSiteOverrides.md) +[New-NetIntentSiteOverrides](New-NetIntentSiteOverrides.md) -- [New-NetIntentStorageOverrides](New-NetIntentStorageOverrides.md) +[New-NetIntentStorageOverrides](New-NetIntentStorageOverrides.md) -- [New-NetIntentSwitchConfigurationOverrides](New-NetIntentSwitchConfigurationOverrides.md) +[New-NetIntentSwitchConfigurationOverrides](New-NetIntentSwitchConfigurationOverrides.md) diff --git a/docset/winserver2025-ps/NetworkATC/New-NetIntentAdapterRssOverrides.md b/docset/winserver2025-ps/NetworkATC/New-NetIntentAdapterRssOverrides.md index 6d9f0660a8..8cba8eba0d 100644 --- a/docset/winserver2025-ps/NetworkATC/New-NetIntentAdapterRssOverrides.md +++ b/docset/winserver2025-ps/NetworkATC/New-NetIntentAdapterRssOverrides.md @@ -22,10 +22,9 @@ New-NetIntentAdapterRssOverrides [-RssEnabled ] [-BaseProcessorGroup ] ## DESCRIPTION -The `New-NetIntentGlobalClusterOverrides` cmdlet creates a new instance of -cluster settings which can be used to supply granular configuration values to -the `Add-NetIntent` and `Set-NetIntent` cmdlets. These settings can also be -retrieved using the `Get-NetIntent` cmdlet. +The `New-NetIntentGlobalClusterOverrides` cmdlet creates a new instance of cluster settings which +can be used to supply granular configuration values to the `Add-NetIntent` and `Set-NetIntent` +cmdlets. These settings can also be retrieved using the `Get-NetIntent` cmdlet. ## EXAMPLES @@ -37,15 +36,15 @@ retrieved using the `Get-NetIntent` cmdlet. New-NetIntentGlobalClusterOverrides -EnableNetworkNaming $true -MaximumVirtualMachineMigrations 5 ``` -This example creates a new instance of a cluster override with network naming -enabled and sets the maximum number of virtual machine migrations to `5`. +This example creates a new instance of a cluster override with network naming enabled and sets the +maximum number of virtual machine migrations to `5`. ## PARAMETERS ### -EnableNetworkNaming -Indicates whether network naming is enabled for the cluster. When set to -`$true`, this setting allows the cluster to use descriptive network names. +Indicates whether network naming is enabled for the cluster. When set to `$true`, this setting +allows the cluster to use descriptive network names. ```yaml Type: Boolean @@ -61,9 +60,8 @@ Accept wildcard characters: False ### -EnableLiveMigrationNetworkSelection -Indicates whether live migration network selection is enabled. When set to -`$true`, this setting allows the cluster to choose the best network for live -migrations. +Indicates whether live migration network selection is enabled. When set to `$true`, this setting +allows the cluster to choose the best network for live migrations. ```yaml Type: Boolean @@ -79,9 +77,9 @@ Accept wildcard characters: False ### -EnableVirtualMachineMigrationPerformanceSelection -Indicates whether the selection of virtual machine migration performance options -is enabled. When set to `$true`, this setting allows the selection of -performance options for virtual machine migrations. +Indicates whether the selection of virtual machine migration performance options is enabled. When +set to `$true`, this setting allows the selection of performance options for virtual machine +migrations. ```yaml Type: Boolean @@ -113,9 +111,8 @@ Accept wildcard characters: False ### -MaximumVirtualMachineMigrations -Specifies the maximum number of virtual machine migrations that can occur -simultaneously. Setting this to a higher number can increase the load on the -network and hosts. +Specifies the maximum number of virtual machine migrations that can occur simultaneously. Setting +this to a higher number can increase the load on the network and hosts. ```yaml Type: Byte @@ -131,9 +128,8 @@ Accept wildcard characters: False ### -MaximumSMBMigrationBandwidthInGbps -Specifies the maximum bandwidth in gigabits per second (Gbps) that can be used -for SMB migrations. This setting helps to limit the network bandwidth usage for -migrations. +Specifies the maximum bandwidth in gigabits per second (Gbps) that can be used for SMB migrations. +This setting helps to limit the network bandwidth usage for migrations. ```yaml Type: UInt32 @@ -149,11 +145,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -163,16 +158,16 @@ For more information, see ## RELATED LINKS -- [New-NetIntentAdapterPropertyOverrides](New-NetIntentAdapterPropertyOverrides.md) +[New-NetIntentAdapterPropertyOverrides](New-NetIntentAdapterPropertyOverrides.md) -- [New-NetIntentAdapterRssOverrides](New-NetIntentAdapterRssOverrides.md) +[New-NetIntentAdapterRssOverrides](New-NetIntentAdapterRssOverrides.md) -- [New-NetIntentGlobalProxyOverrides](New-NetIntentGlobalProxyOverrides.md) +[New-NetIntentGlobalProxyOverrides](New-NetIntentGlobalProxyOverrides.md) -- [New-NetIntentQoSPolicyOverrides](New-NetIntentQoSPolicyOverrides.md) +[New-NetIntentQoSPolicyOverrides](New-NetIntentQoSPolicyOverrides.md) -- [New-NetIntentSiteOverrides](New-NetIntentSiteOverrides.md) +[New-NetIntentSiteOverrides](New-NetIntentSiteOverrides.md) -- [New-NetIntentStorageOverrides](New-NetIntentStorageOverrides.md) +[New-NetIntentStorageOverrides](New-NetIntentStorageOverrides.md) -- [New-NetIntentSwitchConfigurationOverrides](New-NetIntentSwitchConfigurationOverrides.md) +[New-NetIntentSwitchConfigurationOverrides](New-NetIntentSwitchConfigurationOverrides.md) diff --git a/docset/winserver2025-ps/NetworkATC/New-NetIntentGlobalProxyOverrides.md b/docset/winserver2025-ps/NetworkATC/New-NetIntentGlobalProxyOverrides.md index f575b03b60..646a95be3e 100644 --- a/docset/winserver2025-ps/NetworkATC/New-NetIntentGlobalProxyOverrides.md +++ b/docset/winserver2025-ps/NetworkATC/New-NetIntentGlobalProxyOverrides.md @@ -29,8 +29,8 @@ New-NetIntentGlobalProxyOverrides [-AutoDetect] -AutoConfigUrl [] ## DESCRIPTION -The `New-NetIntentQoSPolicyOverrides` cmdlet creates a new instance of Quality -of Service (QoS) policy overrides. This cmdlet is used to provide specific -granular values that can be utilized by the `Set-NetIntent` cmdlet to define QoS -policies for network traffic. +The `New-NetIntentQoSPolicyOverrides` cmdlet creates a new instance of Quality of Service (QoS) +policy overrides. This cmdlet is used to provide specific granular values that can be utilized by +the `Set-NetIntent` cmdlet to define QoS policies for network traffic. ## EXAMPLES @@ -35,9 +34,8 @@ policies for network traffic. New-NetIntentQoSPolicyOverrides -PriorityValue8021Action_SMB 3 -BandwidthPercentage_SMB 30 ``` -This example creates a new QoS policy override setting the 802.1 priority value -for SMB traffic to `3` with `30%` of the available network bandwidth allocated -to SMB traffic. +This example creates a new QoS policy override setting the 802.1 priority value for SMB traffic to +`3` with `30%` of the available network bandwidth allocated to SMB traffic. ## PARAMETERS @@ -123,11 +121,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS diff --git a/docset/winserver2025-ps/NetworkATC/New-NetIntentSiteOverrides.md b/docset/winserver2025-ps/NetworkATC/New-NetIntentSiteOverrides.md index 7b41226ba4..98e658a806 100644 --- a/docset/winserver2025-ps/NetworkATC/New-NetIntentSiteOverrides.md +++ b/docset/winserver2025-ps/NetworkATC/New-NetIntentSiteOverrides.md @@ -21,10 +21,10 @@ New-NetIntentSiteOverrides [[-StorageVLAN] ] [[-StretchVLAN] ] [] ## DESCRIPTION -The `New-NetIntentSwitchConfigurationOverrides` cmdlet creates a new instance of -a virtual switch configuration override that allows you to provide specific -configuration values for network intent settings. +The `New-NetIntentSwitchConfigurationOverrides` cmdlet creates a new instance of a virtual switch +configuration override that allows you to provide specific configuration values for network intent +settings. ## EXAMPLES @@ -40,16 +40,15 @@ $params = @{ New-NetIntentSwitchConfigurationOverrides @params ``` -This example creates a new switch configuration override with the maximum number -of Vrss queue pairs to `16` while enabling Software RSC and disabling IOV. +This example creates a new switch configuration override with the maximum number of Vrss queue pairs +to `16` while enabling Software RSC and disabling IOV. ## PARAMETERS ### -EnableSoftwareRsc -Indicates whether Software Receive Side Coalescing (RSC) is enabled. When -enabled, this feature can improve network performance by reducing the CPU load -associated with processing received packets. +Indicates whether Software Receive Side Coalescing (RSC) is enabled. When enabled, this feature can +improve network performance by reducing the CPU load associated with processing received packets. ```yaml Type: Boolean @@ -65,9 +64,8 @@ Accept wildcard characters: False ### -DefaultQueueVrssMaxQueuePairs -Specifies the maximum number of Virtual RSS (Vrss) queue pairs to be used by -default. This parameter can help optimize network performance by balancing the -load across multiple CPU cores. +Specifies the maximum number of Virtual RSS (Vrss) queue pairs to be used by default. This parameter +can help optimize network performance by balancing the load across multiple CPU cores. ```yaml Type: UInt32 @@ -83,9 +81,8 @@ Accept wildcard characters: False ### -DefaultQueueVrssMinQueuePairs -Specifies the minimum number of Virtual RSS (Vrss) queue pairs to be used by -default. Setting this can ensure a minimum level of resource allocation for -network traffic processing. +Specifies the minimum number of Virtual RSS (Vrss) queue pairs to be used by default. Setting this +can ensure a minimum level of resource allocation for network traffic processing. ```yaml Type: UInt32 @@ -101,9 +98,8 @@ Accept wildcard characters: False ### -DefaultQueueVrssQueueSchedulingMode -Defines the scheduling mode for Virtual RSS (Vrss) queues. This parameter can be -used to configure how Virtual RSS queues are scheduled for processing network -traffic. +Defines the scheduling mode for Virtual RSS (Vrss) queues. This parameter can be used to configure +how Virtual RSS queues are scheduled for processing network traffic. ```yaml Type: UInt32 @@ -119,9 +115,8 @@ Accept wildcard characters: False ### -EnableIov -Indicates whether Input-Output Virtualization (IOV) is enabled. IOV allows VMs -to have direct access to hardware I/O resources, potentially improving -performance. +Indicates whether Input-Output Virtualization (IOV) is enabled. IOV allows VMs to have direct access +to hardware I/O resources, potentially improving performance. ```yaml Type: Boolean @@ -137,8 +132,8 @@ Accept wildcard characters: False ### -EnableEmbeddedTeaming -Specifies whether Embedded Teaming is enabled. Embedded Teaming allows multiple -network adapters to be grouped together for redundancy and load balancing. +Specifies whether Embedded Teaming is enabled. Embedded Teaming allows multiple network adapters to +be grouped together for redundancy and load balancing. ```yaml Type: Boolean @@ -154,9 +149,8 @@ Accept wildcard characters: False ### -LoadBalancingAlgorithm -Determines the load balancing algorithm used for distributing network traffic. -This parameter can be used to select a specific algorithm that best suits the -network environment. +Determines the load balancing algorithm used for distributing network traffic. This parameter can be +used to select a specific algorithm that best suits the network environment. ```yaml Type: String @@ -172,11 +166,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -186,16 +179,16 @@ For more information, see ## RELATED LINKS -- [New-NetIntentAdapterPropertyOverrides](New-NetIntentAdapterPropertyOverrides.md) +[New-NetIntentAdapterPropertyOverrides](New-NetIntentAdapterPropertyOverrides.md) -- [New-NetIntentAdapterRssOverrides](New-NetIntentAdapterRssOverrides.md) +[New-NetIntentAdapterRssOverrides](New-NetIntentAdapterRssOverrides.md) -- [New-NetIntentGlobalClusterOverrides](New-NetIntentGlobalClusterOverrides.md) +[New-NetIntentGlobalClusterOverrides](New-NetIntentGlobalClusterOverrides.md) -- [New-NetIntentGlobalProxyOverrides](New-NetIntentGlobalProxyOverrides.md) +[New-NetIntentGlobalProxyOverrides](New-NetIntentGlobalProxyOverrides.md) -- [New-NetIntentQoSPolicyOverrides](New-NetIntentQoSPolicyOverrides.md) +[New-NetIntentQoSPolicyOverrides](New-NetIntentQoSPolicyOverrides.md) -- [New-NetIntentSiteOverrides](New-NetIntentSiteOverrides.md) +[New-NetIntentSiteOverrides](New-NetIntentSiteOverrides.md) -- [New-NetIntentStorageOverrides](New-NetIntentStorageOverrides.md) +[New-NetIntentStorageOverrides](New-NetIntentStorageOverrides.md) diff --git a/docset/winserver2025-ps/NetworkATC/Remove-NetIntent.md b/docset/winserver2025-ps/NetworkATC/Remove-NetIntent.md index af14864662..408ed6a6ef 100644 --- a/docset/winserver2025-ps/NetworkATC/Remove-NetIntent.md +++ b/docset/winserver2025-ps/NetworkATC/Remove-NetIntent.md @@ -38,14 +38,12 @@ Remove-NetIntent [-GlobalOverrides] [-SkipServiceStop ] [] [[-ClusterName] ] ## DESCRIPTION -The `Set-NetIntent` cmdlet allows provisioning of override values for given -network intents. All properties inside the override objects are nullable, -meaning only the properties which are set will be applied. +The `Set-NetIntent` cmdlet allows provisioning of override values for given network intents. All +properties inside the override objects are nullable, meaning only the properties which are set will +be applied. ## EXAMPLES @@ -71,8 +71,8 @@ $params = @{ Set-NetIntent @params ``` -This example sets the network intent named `MyIntent` on the computer `Server01` -with specified adapter property overrides and QoS policy overrides. +This example sets the network intent named `MyIntent` on the computer `Server01` with specified +adapter property overrides and QoS policy overrides. ## PARAMETERS @@ -298,8 +298,8 @@ Accept wildcard characters: False ### -Wait -Indicates that the cmdlet should wait for the operation to complete before -returning control to the command line. +Indicates that the cmdlet should wait for the operation to complete before returning control to the +command line. ```yaml Type: SwitchParameter @@ -315,11 +315,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -327,21 +326,21 @@ For more information, see ## NOTES -Once the request has been successfully placed, all services will eventually -detect and apply the updated override policies. Use `Get-NetIntentStatus` to see -the current status. This may take several minutes to retrieve. +Once the request has been successfully placed, all services will eventually detect and apply the +updated override policies. Use `Get-NetIntentStatus` to see the current status. This may take +several minutes to retrieve. -To force policy updates, use the `Set-NetIntentRetryState` to put a given policy -in a retry pending state in which case the policy will be forcefully applied. +To force policy updates, use the `Set-NetIntentRetryState` to put a given policy in a retry pending +state in which case the policy will be forcefully applied. ## RELATED LINKS -- [Add-NetIntent](Add-NetIntent.md) +[Add-NetIntent](Add-NetIntent.md) -- [Copy-NetIntent](Copy-NetIntent.md) +[Copy-NetIntent](Copy-NetIntent.md) -- [Get-NetIntent](Get-NetIntent.md) +[Get-NetIntent](Get-NetIntent.md) -- [Get-NetIntentStatus](Get-NetIntentStatus.md) +[Get-NetIntentStatus](Get-NetIntentStatus.md) -- [Remove-NetIntent](Remove-NetIntent.md) +[Remove-NetIntent](Remove-NetIntent.md) diff --git a/docset/winserver2025-ps/NetworkATC/Set-NetIntentRetryState.md b/docset/winserver2025-ps/NetworkATC/Set-NetIntentRetryState.md index f5af03c024..26ae1094d8 100644 --- a/docset/winserver2025-ps/NetworkATC/Set-NetIntentRetryState.md +++ b/docset/winserver2025-ps/NetworkATC/Set-NetIntentRetryState.md @@ -36,9 +36,9 @@ Set-NetIntentRetryState [-ClusterName ] -Name -NodeName ] ## DESCRIPTION -The `Set-NetIntentTracing` cmdlet starts or stops ATC tracing sessions on the -specified host. Tracing sessions are useful for diagnosing issues related to -network intents by capturing relevant data. +The `Set-NetIntentTracing` cmdlet starts or stops ATC tracing sessions on the specified host. +Tracing sessions are useful for diagnosing issues related to network intents by capturing relevant +data. ## EXAMPLES @@ -62,9 +62,8 @@ Accept wildcard characters: False ### -ComputerName -Specifies the name of the computer on which to start or stop the tracing -session. If this parameter is not specified, the cmdlet operates on the local -computer. +Specifies the name of the computer on which to start or stop the tracing session. If this parameter +is not specified, the cmdlet operates on the local computer. ```yaml Type: String diff --git a/docset/winserver2025-ps/NetworkATC/Start-NetworkAtc.md b/docset/winserver2025-ps/NetworkATC/Start-NetworkAtc.md index fb83daa84c..55d58c210a 100644 --- a/docset/winserver2025-ps/NetworkATC/Start-NetworkAtc.md +++ b/docset/winserver2025-ps/NetworkATC/Start-NetworkAtc.md @@ -28,8 +28,8 @@ Start-NetworkAtc [-ClusterName] [] ## DESCRIPTION -The `Start-NetworkATC` cmdlet starts the ATC service on all hosts for a cluster -or a given single node. +The `Start-NetworkATC` cmdlet starts the ATC service on all hosts for a cluster or a given single +node. ## EXAMPLES @@ -77,11 +77,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -91,4 +90,4 @@ For more information, see ## RELATED LINKS -- [Stop-NetworkAtc](Stop-NetworkAtc.md) +[Stop-NetworkAtc](Stop-NetworkAtc.md) diff --git a/docset/winserver2025-ps/NetworkATC/Stop-NetworkAtc.md b/docset/winserver2025-ps/NetworkATC/Stop-NetworkAtc.md index f00da5f8bf..83ddced9f4 100644 --- a/docset/winserver2025-ps/NetworkATC/Stop-NetworkAtc.md +++ b/docset/winserver2025-ps/NetworkATC/Stop-NetworkAtc.md @@ -28,8 +28,8 @@ Stop-NetworkAtc [-ClusterName] [] ## DESCRIPTION -The `Stop-NetworkATC` cmdlet stops the ATC service on all hosts for a cluster -or a given single node. +The `Stop-NetworkATC` cmdlet stops the ATC service on all hosts for a cluster or a given single +node. ## EXAMPLES @@ -77,11 +77,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -91,4 +90,4 @@ For more information, see ## RELATED LINKS -- [Start-NetworkAtc](Start-NetworkAtc.md) +[Start-NetworkAtc](Start-NetworkAtc.md) diff --git a/docset/winserver2025-ps/NetworkATC/Update-NetIntentAdapter.md b/docset/winserver2025-ps/NetworkATC/Update-NetIntentAdapter.md index 31c6ca9714..d1aca824ab 100644 --- a/docset/winserver2025-ps/NetworkATC/Update-NetIntentAdapter.md +++ b/docset/winserver2025-ps/NetworkATC/Update-NetIntentAdapter.md @@ -21,9 +21,8 @@ Update-NetIntentAdapter [-AdapterName] [[-ClusterName] ] ## DESCRIPTION -The `Update-NetIntentAdapter` cmdlet updates the configuration of network -adapters to align with the specified network intent. It can be used on -individual computers or across clusters. +The `Update-NetIntentAdapter` cmdlet updates the configuration of network adapters to align with the +specified network intent. It can be used on individual computers or across clusters. ## EXAMPLES @@ -33,8 +32,8 @@ individual computers or across clusters. Update-NetIntentAdapter -AdapterName "Ethernet1" -Name "MyIntent" -ComputerName "Server01" ``` -This example updates the configuration of the adapter named `Ethernet1` on the -computer `Server01` to match the network intent named `MyIntent`. +This example updates the configuration of the adapter named `Ethernet1` on the computer `Server01` +to match the network intent named `MyIntent`. ## PARAMETERS @@ -56,8 +55,8 @@ Accept wildcard characters: False ### -ClusterName -Specifies the name of the cluster on which to update the network intent -configuration across all nodes. +Specifies the name of the cluster on which to update the network intent configuration across all +nodes. ```yaml Type: String @@ -73,8 +72,8 @@ Accept wildcard characters: False ### -ComputerName -Specifies the name of the computer on which to update the network intent -configuration for the specified adapter(s). +Specifies the name of the computer on which to update the network intent configuration for the +specified adapter(s). ```yaml Type: String @@ -106,8 +105,8 @@ Accept wildcard characters: False ### -Wait -Indicates that the cmdlet waits for the operation to complete before returning -control to the command line. +Indicates that the cmdlet waits for the operation to complete before returning control to the +command line. ```yaml Type: SwitchParameter @@ -123,11 +122,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -141,6 +139,6 @@ For more information, see ## RELATED LINKS -- [Update-NetIntentType](Update-NetIntentType.md) +[Update-NetIntentType](Update-NetIntentType.md) -- [Update-NetworkATC](Update-NetworkATC.md) +[Update-NetworkATC](Update-NetworkATC.md) diff --git a/docset/winserver2025-ps/NetworkATC/Update-NetIntentType.md b/docset/winserver2025-ps/NetworkATC/Update-NetIntentType.md index 8ca5ed5d3c..ed7fb08a82 100644 --- a/docset/winserver2025-ps/NetworkATC/Update-NetIntentType.md +++ b/docset/winserver2025-ps/NetworkATC/Update-NetIntentType.md @@ -30,9 +30,9 @@ Update-NetIntentType [-Name] [-ClusterName] [-Wait] [-Compute] ## DESCRIPTION -The `Update-NetIntentType` cmdlet updates the configuration types (such as -Compute, Management, Storage, and Stretch) for a specified network intent across -individual computers or an entire cluster. +The `Update-NetIntentType` cmdlet updates the configuration types (such as Compute, Management, +Storage, and Stretch) for a specified network intent across individual computers or an entire +cluster. ## EXAMPLES @@ -42,9 +42,8 @@ individual computers or an entire cluster. Update-NetIntentType -Name "MyIntent" -ComputerName "Server01" -Compute -Wait ``` -This example updates the network intent named `MyIntent` on the computer -`Server01` to include the **Compute** configuration type and waits for the operation -to complete before returning control. +This example updates the network intent named `MyIntent` on the computer `Server01` to include the +**Compute** configuration type and waits for the operation to complete before returning control. ## PARAMETERS @@ -162,8 +161,8 @@ Accept wildcard characters: False ### -Wait -Indicates that the cmdlet waits for the operation to complete before returning -control to the command line. +Indicates that the cmdlet waits for the operation to complete before returning control to the +command line. ```yaml Type: SwitchParameter @@ -179,11 +178,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -197,6 +195,6 @@ For more information, see ## RELATED LINKS -- [Update-NetIntentAdapter](Update-NetIntentAdapter.md) +[Update-NetIntentAdapter](Update-NetIntentAdapter.md) -- [Update-NetworkATC](Update-NetworkATC.md) +[Update-NetworkATC](Update-NetworkATC.md) diff --git a/docset/winserver2025-ps/NetworkATC/Update-NetworkATC.md b/docset/winserver2025-ps/NetworkATC/Update-NetworkATC.md index be03235a20..7da7e0db84 100644 --- a/docset/winserver2025-ps/NetworkATC/Update-NetworkATC.md +++ b/docset/winserver2025-ps/NetworkATC/Update-NetworkATC.md @@ -21,9 +21,8 @@ Update-NetworkATC [[-DriftTimerInMinutes] ] [[-ConfigurationChangeInSecon ## DESCRIPTION -The `Update-NetworkATC` cmdlet updates the global configuration settings for -Network ATC, such as the drift detection timer and the configuration change -detection interval. +The `Update-NetworkATC` cmdlet updates the global configuration settings for Network ATC, such as +the drift detection timer and the configuration change detection interval. ## EXAMPLES @@ -33,9 +32,8 @@ detection interval. Update-NetworkATC -DriftTimerInMinutes 10 -ConfigurationChangeInSeconds 30 ``` -This example updates the Network ATC configuration to set the drift detection -timer to `10` minutes and the configuration change detection interval to `30` -seconds. +This example updates the Network ATC configuration to set the drift detection timer to `10` minutes +and the configuration change detection interval to `30` seconds. ## PARAMETERS @@ -73,11 +71,10 @@ Accept wildcard characters: False ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, --ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, --OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see -[about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters). +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, +-WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). ## INPUTS @@ -91,6 +88,6 @@ For more information, see ## RELATED LINKS -- [Update-NetIntentAdapter](Update-NetIntentAdapter.md) +[Update-NetIntentAdapter](Update-NetIntentAdapter.md) -- [Update-NetIntentType](Update-NetIntentType.md) +[Update-NetIntentType](Update-NetIntentType.md)