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

Get-AipServiceDoNotTrackUserGroup

Gets the group for the users who must not be tracked by Azure Information Protection.

语法

Default (默认值)

Get-AipServiceDoNotTrackUserGroup

说明

The Get-AipServiceDoNotTrackUserGroup cmdlet gets the email address of the currently configured group for the users who must not be tracked by the Azure Information Protection document tracking feature.

This configuration might be needed for privacy requirements. For more information, see Privacy controls for your document tracking site.

You must use PowerShell to retrieve this information; you cannot see it by using a management portal.

示例

Example 1

PS C:\>Get-AipServiceDoNotTrackUserGroup

This command gets the email address of the currently configured group for the users who will not be tracked with the document tracking feature.

输入

None

输出

System.String

This operation returns the group email address as a String. If a group has not been configured, an empty String is returned.