Skip to content

Files

Latest commit

Jan 23, 2024
ab63159 · Jan 23, 2024

History

History
71 lines (47 loc) · 1.47 KB
·

File metadata and controls

71 lines (47 loc) · 1.47 KB
·

Get-NsxtComputeManager

Synopsis

Retrieves a list of compute managers from NSX Manager

Syntax

Get-NsxtComputeManager [[-vCenterServer] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Get-NsxtComputeManager cmdlet gets compute managers from NSX Manager.

Examples

Example 1

Get-NsxtComputeManager

This example gets all compute managers

Example 2

Get-NsxtComputeManager -vCenterServer "sfo-m01-vc01.sfo.rainpole.io"

This example gets the compute manager named "sfo-m01-vc01.sfo.rainpole.io".

Parameters

-vCenterServer

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

-ProgressAction

Progress Action

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

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

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.