< Back

Get-KmsCluster

Sun Jan 19, 2020 7:14 pm

NAME Get-KmsCluster



SYNOPSIS

This cmdlet retrieves all key management server clusters from the vCenter Server system.





SYNTAX

Get-KmsCluster -Id <String[]> [-Server <VIServer[]>] [<CommonParameters>]



Get-KmsCluster [[-Name] <String[]>] [-Server <VIServer[]>] [<CommonParameters>]





DESCRIPTION

This cmdlet retrieves all key management server clusters from the vCenter Server system.





PARAMETERS

-Id <String[]>

Specifies the IDs of the key management server clusters you want to retrieve.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String[]>

Specifies the name of the key management server clusters you want to retrieve.



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? true



-Server <VIServer[]>

Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this

parameter, the command runs on the default servers. For more information about default servers, see the

description of Connect-VIServer.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? true



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Zero or more KmsCluster objects







NOTES









-------------------------- Example 1 --------------------------



Get-KmsCluster -Server $myServer



Retrieves all key management server clusters from the $myServer vCenter Server system.

-------------------------- Example 2 --------------------------



Get-KmsCluster -Name 'ThalesCluster'



Retrieves a key management server cluster named 'ThalesCluster'.



RELATED LINKS

Online Version: https://code.vmware.com/doc/preview?id= ... uster.html

Set-KmsCluster