< Back

Get-NsxFirewallSection

Sat Jan 18, 2020 9:06 pm

NAME Get-NsxFirewallSection



SYNOPSIS

Retrieves the specified NSX Distributed Firewall Section.





SYNTAX

Get-NsxFirewallSection [-scopeId <String>] [[-Name] <String>] [-sectionType <String>] [-Connection <PSObject>]

[<CommonParameters>]



Get-NsxFirewallSection [-objectId <String>] [-scopeId <String>] [-sectionType <String>] [-Connection <PSObject>]

[<CommonParameters>]





DESCRIPTION

An NSX Distributed Firewall Section is a named portion of the firewall rule set that contains

firewall rules.



This cmdlet retrieves the specified NSX Distributed Firewall Section.





PARAMETERS

-objectId <String>



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-scopeId <String>



Required? false

Position? named

Default value globalroot-0

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sectionType <String>



Required? false

Position? named

Default value layer3sections

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? named

Default value $defaultNSXConnection

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-NsxFirewallSection TestSection















RELATED LINKS