Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 1.62 KB

Get-NsxVcdDfwSecurityGroups.md

File metadata and controls

86 lines (63 loc) · 1.62 KB
external help file Module Name online version schema
Get-NsxVcdDfwSecurityGroups-help.xml
VMware-NSXvCD-Module
2.0.0

Get-NsxVcdDfwSecurityGroups

SYNOPSIS

SYNTAX

Get-NsxVcdDfwSecurityGroups [-OrgVdcId] <String> [-OutputXML] [<CommonParameters>]

DESCRIPTION

Returnes the Security Groups of the OrgVdc DFW.

EXAMPLES

EXAMPLE 1

Get-NsxVcdDfwSecurityGroups -OrgId OrgVdcId

EXAMPLE 2

Get-NsxVcdDfwSecurityGroups -OrgId OrgVdcId -OutputXML

EXAMPLE 3

Get-NsxVcdDfwSecurityGroups -OrgVdcId OrgVdcId | select objectId, name, @{N='type'; E= {$_.type.typeName}}

PARAMETERS

-OrgVdcId

Id of the OrgVdcId

Type: String
Parameter Sets: (All)
Aliases:

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

-OutputXML

Output the result as XML

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
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 (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

File Name : Get-NsxVcdDfwSecurityGroups.ps1 Author : Markus Kraus Version : 1.0 State : Ready

RELATED LINKS

https://mycloudrevolution.com/