< Back

Get-AadrmDoNotTrackUserGroup

Fri Jan 10, 2020 6:17 pm

NAME Get-AadrmDoNotTrackUserGroup



SYNOPSIS

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





SYNTAX

Get-AadrmDoNotTrackUserGroup [<CommonParameters>]





DESCRIPTION

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 (https://docs.microsoft.com/information- ... ocument-tr

acking#privacy-controls-for-your-document-tracking-site).



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





PARAMETERS

<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.String

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

String is returned.





NOTES









-------------------------- 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.



RELATED LINKS

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

Clear-AadrmDoNotTrackUserGroup

Disable-AadrmSuperUserFeature

Enable-AadrmDocumentTrackingFeature

Set-AadrmDoNotTrackUserGroup