< Back

Disable-AadrmDocumentTrackingFeature

Fri Jan 10, 2020 6:10 pm

NAME Disable-AadrmDocumentTrackingFeature



SYNOPSIS

Disables document tracking for Rights Management.





SYNTAX

Disable-AadrmDocumentTrackingFeature [-Force] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Disable-AadrmDocumentTrackingFeature cmdlet disables the document tracking feature for Azure Information

Protection. This cmdlet disables access to the document tracking site so that all users in your organization

cannot track or revoke access to documents that they have protected. In addition, activity related to shared

documents (who opened them, when, from which location) is not logged to the document tracking site. For example,

if you later enable the document tracking site, users will see the documents that they protected while the site

was disabled but cannot see who opened them.



You must use PowerShell to disable document tracking; you cannot do this configuration by using a management

portal.



Document tracking is enabled by default for an organization using the Azure Rights Management service from Azure

Information Protection, but you might need to disable this feature for privacy requirements that are specific to

your organization or region. This setting is organization-wide; you cannot disable document tracking for some

users in your organization and not for others.



When document tracking is disabled, users still see options that refer to tracking and revocation in applications

such as Word and File Explorer, and the Azure Information Protection client. However, when users access the

document tracking site, they see the following message: Your administrator has disabled document tracking for your

organization. Contact your administrator for details. You can disable document tracking either before you activate

the Azure Rights Management service, or after. After you have disabled document tracking, you can re-enable it at

any time.



For additional information about the document tracking site, see Configuring and using document tracking for Azure

Information Protection

(https://docs.microsoft.com/information- ... t-tracking)from the Azure

Information Protection client administrator guide.





PARAMETERS

-Force [<SwitchParameter>]

Forces the command to run without asking for user confirmation.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

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



OUTPUTS



NOTES









------------- Example 1: Disable document tracking -------------



PS C:\\>Disable-AadrmDocumentTrackingFeature



This command disables document tracking for Azure Information Protection.



RELATED LINKS

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

Enable-AadrmDocumentTrackingFeature

Get-AadrmDocumentTrackingFeature