Skip to content

Get SdnOvsdbFirewallRule

Adam Rudell edited this page Jun 21, 2023 · 1 revision

Get-SdnOvsdbFirewallRule

SYNOPSIS

Gets the firewall rules from OVSDB firewall database

SYNTAX

Default (Default)

Get-SdnOvsdbFirewallRule [-ComputerName <String[]>] [-Credential <PSCredential>] [<CommonParameters>]

RuleId

Get-SdnOvsdbFirewallRule [-RuleId <Guid>] [-ComputerName <String[]>] [-Credential <PSCredential>]
 [<CommonParameters>]

VirtualNicId

Get-SdnOvsdbFirewallRule [-VirtualNicId <Guid>] [-ComputerName <String[]>] [-Credential <PSCredential>]
 [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-SdnOvsdbFirewallRule -ComputerName 'Server01','Server02'

EXAMPLE 2

Get-SdnOvsdbFirewallRule -ComputerName 'Server01','Server02' -Credential (Get-Credential)

EXAMPLE 3

Get-SdnOvsdbFirewallRule -RuleId '2152523D-333F-4082-ADE4-107D8CA75F5B' -ComputerName 'Server01','Server02'

EXAMPLE 4

Get-SdnOvsdbFirewallRule -VirtualNicId '2152523D-333F-4082-ADE4-107D8CA75F5B' -ComputerName 'Server01'

PARAMETERS

-RuleId

The rule ID of the firewall rule to return. This is the InstanceID of the rule associated with accessControlLists from Network Controller.

Type: Guid
Parameter Sets: RuleId
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-VirtualNicId

The virtual NIC ID of the firewall rule to return. This is the InstanceID of the Network Interface object from Network Controller.

Type: Guid
Parameter Sets: VirtualNicId
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ComputerName

Type the NetBIOS name, an IP address, or a fully qualified domain name of one or more remote computers.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Specifies a user account that has permission to perform this action. The default is the current user.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
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.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally