共用方式為


Enable-AipServiceDocumentTrackingFeature

開啟 Azure 資訊保護的文件追蹤和撤銷功能。

語法

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

Description

Enable-AipServiceDocumentTrackingFeature Cmdlet 會開啟檔軌並撤銷 Azure 資訊保護的功能。

與共用檔相關的活動(開啟者、從哪個位置開啟時)只會在開啟檔追蹤和撤銷功能時顯示。

  • 此設定是全組織;您無法為組織中的某些使用者開啟檔案追蹤,也無法開啟其他使用者的檔案追蹤。

  • 您必須使用PowerShell來開啟文件追蹤;您無法使用管理入口網站來執行此設定。

  • 根據預設,文件追蹤已開啟,因此只有在先前有人已關閉租使用者的文件追蹤時,您才會執行此 Cmdlet。

如需詳細資訊,請參閱:

範例

範例 1:開啟文件追蹤

PS C:\>EnableAipServiceDocumentTrackingFeature

此命令會開啟 Azure 資訊保護的檔案追蹤。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-Force

強制命令執行,而不要求使用者確認。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False