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>]
-
IdGet-VBRNetworkTrafficRule [-Id <Guid[]>] [<CommonParameters>]
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. |
|
False |
Named |
False |
|
Name |
Specifies an array of names. The cmdlet will return network traffic rules with the specified names. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
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" |