你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Get-AipServiceKeys

Lists all Azure Information Protection tenant keys associated with your tenant.

语法

Default (默认值)

Get-AipServiceKeys

说明

The Get-AipServiceKeys cmdlet lists all Azure Information Protection tenant keys associated with your tenant. The tenant keys include the initial tenant key that Microsoft generates for you, and any tenant keys that are stored in Azure Key Vault. For more information, see Planning and implementing your Azure Information Protection tenant key.

You must use PowerShell to configure your tenant key; you cannot do this configuration by using a management portal.

For security reasons, the cmdlet does not display the value of the tenant keys.

When you run this cmdlet, you will see Status and KeyType:

  • The Status value shows Archived or Active. Archived identifies a tenant key that can be used to open previously protected content. Active identities the tenant key is currently in use to protect content.

  • The KeyType value shows Microsoft-managed or Customer-managed (BYOK). Microsoft-managed identifies the tenant key as managed by Microsoft (the default). Customer-managed identifies the tenant key as managed by your organization in Azure Key Vault.

    For a customer-managed key, you also see Publickey, which shows the base-64 encoded public key that is associated with the KeyIdentifier and that corresponds to the same information that Azure Key Vault provides for your key.

For security reasons, the cmdlet does not display the value of the Microsoft-managed key and displays only the public key information of customer-managed (BYOK) keys.

示例

Example 1: Get keys

PS C:\>Get-AipServiceKeys

This command lists all Azure Information Protection tenant keys associated with your tenant.