共用方式為


Remove-RetentionComplianceRule

此 Cmdlet 僅適用於安全性與合規性 PowerShell。 如需詳細資訊,請參閱 安全性與合規性 PowerShell

使用 Remove-RetentionComplianceRule Cmdlet 從 Microsoft Purview 合規性入口網站 移除保留規則。

如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法

語法

Remove-RetentionComplianceRule
      [-Identity] <PolicyIdParameter>
      [-Confirm]
      [-ForceDeletion]
      [-PriorityCleanup]
      [-WhatIf]
      [<CommonParameters>]

Description

拿掉保留規則會導致發行與規則相關聯的所有 Exchange 信箱和 SharePoint 網站保留。 拿掉保留規則也會使對應的保留原則變成無效,因此您應該使用 Remove-RetentionCompliancePolicy Cmdlet 加以移除。

若要在安全性與合規性 PowerShell 中使用此 Cmdlet,您必須獲得指派權限。 如需詳細資訊,請參閱 Microsoft Purview 合規性入口網站中的權限

範例

範例 1

Remove-RetentionComplianceRule -Identity "One Year Standard"

此範例會移除名為 「One Year Standard」 的保留規則。

參數

-Confirm

Confirm 參數會指定要顯示或隱藏確認提示。 這個參數對 Cmdlet 的影響取決於 Cmdlet 是否需要確認才能繼續作業。

  • 破壞性的 Cmdlet (如 Remove-* cmdlets) 有內建暫停,它會先強迫您確認命令才會繼續作業。 對於這些 Cmdlet,您可以使用以下確切語法來略過確認提示:-Confirm:$false
  • 其他大部分的 Cmdlet (如 New-* 和 Set-* cmdlets) 則沒有內建暫停。 在使用這些 Cmdlet 時,指定不含任何值的 Confirm 參數會引入強迫您認可命令後才繼續作業的暫停。
類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False
適用於:Security & Compliance

-ForceDeletion

ForceDeletion 參數會強制移除規則。 您不需要使用此參數指定值。

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

-Identity

Identity 參數會指定要移除的保留規則。 您可以使用唯一識別規則的任何值。 例如:

  • 名稱
  • 辨別名稱 (DN)
  • GUID
類型:PolicyIdParameter
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False
適用於:Security & Compliance

-PriorityCleanup

{{ Fill PriorityCleanup Description }}

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

-WhatIf

WhatIf 開關無法在安全性與合規性 PowerShell 中使用。

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