Get-AadrmDoNotTrackUserGroup

Gets the group for the users who must not be tracked by Rights Management.

Syntax

Get-AadrmDoNotTrackUserGroup

Description

Note

This cmdlet from the AADRM module is now deprecated. After July 15, 2020, this cmdlet name will be supported only as an alias to its replacement in the AIPService module.

For more information, see the overview page.

The Get-AadrmDoNotTrackUserGroup cmdlet gets the email address of the currently configured group for the users who must not be tracked by the Azure Rights Management 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.

Examples

Example 1

PS C:\>Get-AadrmDoNotTrackUserGroup

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

Inputs

None

Outputs

System.String

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