Get-VamtProductKey

Get-VamtProductKey

Retrieves product-key records from a VAMT database.

構文

Parameter Set: Default
Get-VamtProductKey [-DbCommandTimeout <Int32> ] [-DbConnectionString <String> ] [ <CommonParameters>]

詳細説明

The Get-VamtProductKey cmdlet retrieves product key records from a database. You can use this cmdlet to retrieve a single product key or a list of product keys. The results are saved to a file, or a Microsoft.Licensing.VolumeActivation.Product object is returned.

パラメーター

-DbCommandTimeout<Int32>

Indicates how long waits for a response from the database before timing out. The default value is 30 seconds. You can use the DbCommandTimeout parameter to change the timeout value.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

false

-DbConnectionString<String>

Specifies the database that the product key or list of product keys is retrieved from. If no database connection string is provided, attempts to use the database that the user console used on the local computer. If does not find a database, it returns an error. You can find the connection string in the UI in the Preferences dialog box. On the menu bar, click View, and then click Preferences to open the Volume Activation Management Tool Preferences dialog box. The connection string is in the Database Settings section under Current connection string.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

Example

This command gets a list of MAK keys.

PS C:\> $makkeys = get-vamtproductkey | where { $_.keytype -eq 'mak' }

関連トピック

Add-VamtProductKey

Install-VamtProductKey