external help file | Module Name | online version | schema |
---|---|---|---|
Get-NsxVcdEdge-help.xml |
VMware-NSXvCD-Module |
2.0.0 |
Get-NsxVcdEdge [[-Name] <String>] [[-OrgVdcName] <String>] [<CommonParameters>]
Returnes the Edge Gatways.
Get-NsxVcdEdge
Get-NsxVcdEdge -Name YourEdgeName
Get-NsxVcdEdge -OrgVdcName YourOrgName
Get-NsxVcdEdge | select Name, datacenterName, Id | ft -AutoSize
Name of the Edge Gateway
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
OrgVdc Name of the Edge Gateway
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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).
File Name : Get-NsxVcdEdge.ps1 Author : Markus Kraus Version : 1.3 State : Ready