Get-WMRegistry¶
Synopsis¶
Retrieves the embedded Harbor Registry on a Supervisor Cluster
Syntax¶
Get-WMRegistry [[-cluster] <String>] [[-inputObject] <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description¶
The Get-WMRegistry cmdlet retrieves the embedded Harbor Registry on a Supervisor Cluster.
Examples¶
Example 1¶
Get-WMRegistry
This example retrieves all embedded Harbor Registries in vCenter Server inventory.
Example 2¶
Get-WMRegistry -Cluster sfo-w01-cl01
This example enables the embedded Harbor Registry on Supervisor Cluster "sfo-w01-cl01".
Example 3¶
Get-WMCluster -Cluster sfo-w01-cl01 | Get-WMRegistry
This example enables the embedded Harbor Registry on Supervisor Cluster "sfo-w01-cl01" via pipeline from Get-WMCluster.
Parameters¶
-cluster¶
The name of the Supervisor Cluster.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-inputObject¶
The input object from the pipeline.
Type: PSObject
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: True (ByValue)
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.