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

Get-AipServiceSuperUserGroup

Gets the super user group for Azure Information Protection.

语法

Default (默认值)

Get-AipServiceSuperUserGroup

说明

The Get-AipServiceSuperUserGroup cmdlet gets the email address of the Azure Information Protection super user group for your organization. This cmdlet does not get users that are individually assigned as super users with the Add-AipServiceSuperUser cmdlet.

You must use PowerShell to configure super users; you cannot do this configuration by using a management portal.

For more information about super users, see Configuring super users for Azure Information Protection and discovery services or data recovery.

示例

Example 1: Get the super user group

PS C:\>Get-AipServiceSuperUserGroup

This command gets the email address of the super user group for an organization.

输出

System.String

This operation returns the super user group email address as a String. If no super user group exists, an empty String is returned.