< Back

Get-NsxSecurityGroupMemberTypes

Sat Jan 18, 2020 9:11 pm

NAME Get-NsxSecurityGroupMemberTypes



SYNOPSIS

Retrieves all potential NSX Security Group Member Types





SYNTAX

Get-NsxSecurityGroupMemberTypes [[-scopeId] <String>] [[-Connection] <PSObject>] [<CommonParameters>]





DESCRIPTION

An NSX Security Group is a grouping construct that provides a powerful

grouping function that can be used in DFW Firewall Rules and the NSX

Service Composer.



This cmdlet queries the NSX API to determine all the applicable member types

that can be added to a Security Group.





PARAMETERS

-scopeId <String>

Scopeid - default globalroot-0



Required? false

Position? 1

Default value globalroot-0

Accept pipeline input? false

Accept wildcard characters? false



-Connection <PSObject>

PowerNSX Connection object



Required? false

Position? 2

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



IPSet

ClusterComputeResource

VirtualMachine

VirtualWire

SecurityGroup

DirectoryGroup

VirtualApp

ResourcePool

DistributedVirtualPortgroup

Datacenter

Network

Vnic

SecurityTag

MACSet











RELATED LINKS