次の方法で共有


Enable-AipServiceDocumentTrackingFeature

Turns on document track and revoke features for Azure Information Protection.

構文

Default (既定)

Enable-AipServiceDocumentTrackingFeature
    [-Force]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

説明

The Enable-AipServiceDocumentTrackingFeature cmdlet turns on the document track and revoke features for Azure Information Protection.

Activity related to shared documents (who opened them, when, from which ___location) is shown for only when the document track and revoke features are turned on.

  • This setting is organization-wide; you cannot turn on document tracking for some users in your organization and not for others.

  • You must use PowerShell to turn on document tracking; you cannot do this configuration by using a management portal.

  • By default, document tracking is turned on, so you would run this cmdlet only if somebody had previously turned off document tracking for your tenant.

For more information, see:

Example 1: Turn on document tracking

PS C:\>EnableAipServiceDocumentTrackingFeature

This command turns on document tracking for Azure Information Protection.

パラメーター

-Confirm

Prompts you for confirmation before running the cmdlet.

パラメーターのプロパティ

型:SwitchParameter
規定値:False
ワイルドカードのサポート:False
DontShow:False
Aliases:cf

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-Force

Forces the command to run without asking for user confirmation.

パラメーターのプロパティ

型:SwitchParameter
規定値:None
ワイルドカードのサポート:False
DontShow:False

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

-WhatIf

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

パラメーターのプロパティ

型:SwitchParameter
規定値:False
ワイルドカードのサポート:False
DontShow:False
Aliases:wi

パラメーター セット

(All)
配置:Named
必須:False
パイプラインからの値:False
プロパティ名別のパイプラインからの値:False
残りの引数からの値:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.