< Back

Set-AadrmDoNotTrackUserGroup

Fri Jan 10, 2020 6:27 pm

NAME Set-AadrmDoNotTrackUserGroup



SYNOPSIS

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





SYNTAX

Set-AadrmDoNotTrackUserGroup -EmailAddress <String> [<CommonParameters>]





DESCRIPTION

The Set-AadrmDoNotTrackUserGroup cmdlet sets a group for your Azure Rights Management service 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 (https://docs.microsoft.co

m/information-protection/rms-client/client-admin-guide-document-tracking#privacy-controls-for-your-document-trackin

g-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 are not tracked; you cannot do this configuration by using

a management portal.





PARAMETERS

-EmailAddress <String>

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.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\>Set-AadrmDoNotTrackUserGroup -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 will not be tracked with the document tracking feature.



RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=846352

Clear-AadrmDoNotTrackUserGroup

Disable-AadrmSuperUserFeature

Enable-AadrmDocumentTrackingFeature

Get-AadrmDoNotTrackUserGroup