Get-VBRNetworkTrafficRule

Short Description

Returns network traffic rules.

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides the following parameter sets:

  • Name (Default)

    Get-VBRNetworkTrafficRule [-Name <String[]>] [<CommonParameters>]

  • Id

    Get-VBRNetworkTrafficRule [-Id <Guid[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns an array of network traffic rules.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an array of IDs. The cmdlet will return network traffic rules with the specified IDs.

Guid[]

False

Named

False

Name

Specifies an array of names. The cmdlet will return network traffic rules with the specified names.

String[]

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRNetworkTrafficRule

Examples

Getting Network Traffic Rule by Name

This command gets a network traffic rule by the network traffic rule name.

Get-VBRNetworkTrafficRule -Name "New rule"

Page updated 2026-08-19

Page content applies to build 13.1.1.18