Get-PowerBIEncryptionKey

Retrieves the encryption key for the tenant.

Syntax

Get-PowerBIEncryptionKey []

Description

Retrieves the encryption key that is added by the tenant administrator for the organization.

Before you run this command, make sure you log in using Connect-PowerBIServiceAccount. This cmdlet requires the calling user to be a tenant administrator of the Power BI service.

Examples

Example 1

PS C:\> Get-PowerBIEncryptionKey

Inputs

None

Outputs

System.Collections.Generic.IEnumerable`1[[Microsoft.PowerBI.Common.Api.Encryption.EncryptionKey, Microsoft.PowerBI.Common.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]