< Back

Get-NsxFirewallPublishStatus

Sat Jan 18, 2020 9:06 pm

NAME Get-NsxFirewallPublishStatus



SYNOPSIS

Retrieves the Distributed Firewall publish status showing per cluster

generation number and status.





SYNTAX

Get-NsxFirewallPublishStatus [[-Connection] <PSObject>] [<CommonParameters>]





DESCRIPTION

An NSX Distributed Firewall Rule defines a typical 5 tuple rule and is

enforced on each hypervisor at the point where the VMs NIC connects to the

portgroup or logical switch.



The Get-NsxFirewallPublishStatus cmdet retrieves the current publishign

status for each DFW enabled cluster.





PARAMETERS

-Connection <PSObject>

PowerNSX Connection object.



Required? false

Position? 1

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-NsxFirewallPublishStatus















RELATED LINKS