Get-DlpComplianceRule
此 Cmdlet 僅適用於安全性與合規性 PowerShell。 如需詳細資訊,請參閱 安全性與合規性 PowerShell。
使用 Get-DlpComplianceRule 來檢視數據外洩防護 (DLP) Microsoft Purview 合規性入口網站 中的規則。 DLP 規則會識別並保護敏感性資訊。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
語法
Get-DlpComplianceRule
[[-Identity] <ComplianceRuleIdParameter>]
[-DisplayName <String>]
[-IncludeExecutionRuleGuids <Boolean>]
[-Policy <PolicyIdParameter>]
[<CommonParameters>]
Description
若要在安全性與合規性 PowerShell 中使用此 Cmdlet,您必須獲得指派權限。 如需詳細資訊,請參閱 Microsoft Purview 合規性入口網站中的權限。
範例
範例 1
Get-DlpComplianceRule
此範例會顯示 Microsoft Purview 合規性入口網站 中所有 DLP 規則的摘要資訊。
範例 2
Get-DlpComplianceRule -Identity "PII SS# Custom" | Format-List
此範例會顯示名為 「PII SS# Custom」 之 DLP 規則的詳細資訊。
範例 3
Get-DlpComplianceRule -Policy "PII Limited"
此範例會列出 DLP 合規性原則中包含的所有規則,名稱為 「PII Limited」。。
參數
-DisplayName
{{ 填滿 DisplayName 描述 }}
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |
-Identity
Identity 參數會指定您想要檢視的 DLP 規則。 您可以使用唯一識別規則的任何值。 例如:
- 名稱
- 辨別名稱 (DN)
- GUID
- Id
類型: | ComplianceRuleIdParameter |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
適用於: | Security & Compliance |
-IncludeExecutionRuleGuids
{{ Fill IncludeExecutionRuleGuids Description }}
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |
-Policy
Policy 參數會指定包含規則的 DLP 原則。 使用此參數會傳回指派給指定原則的所有規則。 此參數的有效輸入是可唯一識別原則的任何值。 例如
- 名稱
- 辨別名稱 (DN)
- GUID
- Id
類型: | PolicyIdParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |