Export-VamtData

Export-VamtData

Exports product data and product-key data from a VAMT database to a portable .cilx file.

구문

Parameter Set: Products
Export-VamtData [-Products] <Product[]> [-OutputFile] <String> [[-IncludeProductKeys]] [[-IncludeSensitiveInfo]] [-DbCommandTimeout <Int32> ] [-DbConnectionString <String> ] [ <CommonParameters>]

자세한 설명

The Export-VamtData cmdlet exports specified product data and product-key data from a database to a portable cilx file. You can use this .cilx file to move data from one instance to another, to store data for backup purposes, or to facilitate proxy activation. By default, the export does not include product-key data and personally identifiable information (PII).

매개 변수

-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 and the product key are exported 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

-IncludeProductKeys

Includes product keys in the export. By default, does not include product keys in the export.

별칭

없음

필수 여부

false

위치

4

기본값

없음

파이프라인 입력 적용 여부

true (ByValue, ByPropertyName)

와일드카드 문자 허용 여부

false

-IncludeSensitiveInfo

Includes personally identifiable information (PII) in the export. By default, does not include PII in the export.

별칭

없음

필수 여부

false

위치

5

기본값

없음

파이프라인 입력 적용 여부

true (ByValue, ByPropertyName)

와일드카드 문자 허용 여부

false

-OutputFile<String>

Specifies the location and name of the .cilx file that the Export-VamtData cmdlet creates.

별칭

없음

필수 여부

true

위치

2

기본값

없음

파이프라인 입력 적용 여부

true (ByValue, ByPropertyName)

와일드카드 문자 허용 여부

false

-Products<Product[]>

Specifies the product information to be exported. If the Products parameter is not included, exports all product information in the database to the .cilx file.

별칭

없음

필수 여부

true

위치

1

기본값

없음

파이프라인 입력 적용 여부

true (ByValue, ByPropertyName)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

예제

Example

This command gets a product object that contains all products and then exports the object to the specified file. The command also specifies to include product keys and personally identifiable information.

PS C:\> get-vamtproduct | export-vamtdata -includeproductkeys -includesensitiveinfo -outputfile c:\users\me\desktop\vamtdata.cilx

관련 항목

Import-VamtData

Initialize-VamtData