Retrieves a list of compute managers from NSX Manager
Get-NsxtComputeManager [[-vCenterServer] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
The Get-NsxtComputeManager
cmdlet gets compute managers from NSX Manager.
Get-NsxtComputeManager
This example gets all compute managers
Get-NsxtComputeManager -vCenterServer "sfo-m01-vc01.sfo.rainpole.io"
This example gets the compute manager named "sfo-m01-vc01.sfo.rainpole.io".
The vCenter Server FQDN.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Progress Action
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
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.