--- title: "Get-VBRNetworkTrafficRule" description: "Returns network traffic rules. Platform: VMware, Hyper-V Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet returns an array of network traffic rules." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrnetworktrafficrule.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Network Traffic Management > Get-VBRNetworkTrafficRule" dateModified: "2026-08-19" --- # 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: ## Detailed Description This cmdlet returns an array of network traffic rules. ## 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

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object [`VBRNetworkTrafficRule`](vbrnetworktrafficrule.md) ## Examples ::: example ### Getting Network Traffic Rule by Name This command gets a network traffic rule by the network traffic rule name. ``` Get-VBRNetworkTrafficRule -Name "New rule" ``` :::