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

Set-AipServiceDoNotTrackUserGroup

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

语法

Default (默认值)

Set-AipServiceDoNotTrackUserGroup
    -GroupEmailAddress <String>
    [<CommonParameters>]

说明

The Set-AipServiceDoNotTrackUserGroup cmdlet sets a group for Azure Information Protection when you use document tracking and you have users who must not be tracked. This configuration might be needed for privacy requirements. For more information, see Privacy controls for your document tracking site.

If this cmdlet has been run before, running it again overwrites the group that was set previously. You can set only one group, but it can contain nested groups.

You must use PowerShell to set this group so that users aren't tracked; you can't do this configuration by using a management portal.

示例

Example 1

PS C:\>Set-AipServiceDoNotTrackUserGroup -GroupEmailAddress "DoNotTrackUserGroup@contoso.com"

This command sets a group that has the email address of DoNotTrackUserGroup@contoso.com for the Contoso organization so that users in that group won't be tracked with the document tracking feature.

参数

-GroupEmailAddress

Specifies the email address of the group whose members will be exempt from being tracked with the document tracking feature.

You can specify a group that contains individual users, or nested groups. The email address must be a valid group email address that already exists in the organization.

Note

Global administrators can always track the activities of these members.

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:True
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

输入

None

输出

System.Object