Get-VBRKMSServer
Short Description
Returns KMS servers added to the Veeam Backup & Replication console.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRKMSServer [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRKMSServer -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns a Key Management System server (KMS server) added to the Veeam Backup & Replication console.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for KMS servers. The cmdlet will return KMS servers with these IDs. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of names for KMS servers. The cmdlet will return KMS servers with these names. |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting KMS Server by ID
|
This command returns the
|
Example 2. Getting KMS Server by Name
|
This command returns the
|