你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Disable-AipServiceDocumentTrackingFeature
Turns off document tracking for Azure Information Protection.
Syntax
Disable-AipServiceDocumentTrackingFeature
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Disable-AipServiceDocumentTrackingFeature cmdlet turns off the document tracking feature for Azure Information Protection, so that users in your organization cannot track or revoke access to documents that they have protected.
Document tracking is turned on by default, but you may need to turn it off for privacy requirements in your organization or region. This setting is organization-wide, and you cannot turn it off for some users in your organization but not others.
To turn off document tracking features with the unified labeling client, make sure that you set the EnableTrackAndRevoke advanced client setting to False in addition to running this cmdlet.
Note
If you have upgraded to the unified labeling client from the classic client, and have had document tracking turned off, it remains turned off after your upgrade.
Examples
Example 1: Disable document tracking
PS C:\>Disable-AipServiceDocumentTrackingFeature
This command disables document tracking for Azure Information Protection.
Parameters
Prompts you for confirmation before running the cmdlet.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | False |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Forces the command to run without asking for user confirmation.
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | False |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |