Get-DlpCompliancePolicy
此 Cmdlet 僅適用於安全性與合規性 PowerShell。 如需詳細資訊,請參閱 安全性與合規性 PowerShell。
使用 Get-DlpCompliancePolicy 來檢視 Microsoft Purview 合規性入口網站 中 DLP) 原則 (數據外洩防護。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
語法
Get-DlpCompliancePolicy
[[-Identity] <PolicyIdParameter>]
[-DisplayName <String>]
[-DistributionDetail]
[-ForceValidate <Boolean>]
[-IncludeExtendedProperties <Boolean>]
[-IncludeRulesMetadata <Boolean>]
[-IncludeSimulationResults <Boolean>]
[-IRMUserRiskConfiguredAnyRule]
[-Summary]
[<CommonParameters>]
Description
若要在安全性與合規性 PowerShell 中使用此 Cmdlet,您必須獲得指派權限。 如需詳細資訊,請參閱 Microsoft Purview 合規性入口網站中的權限。
範例
範例 1
Get-DlpCompliancePolicy
此範例會顯示 Microsoft Purview 合規性入口網站 中所有 DLP 原則的摘要資訊。
範例 2
Get-DlpCompliancePolicy -Identity "PII Limited" | Format-List
此範例會顯示名為 「PII Limited」 之 DLP 原則的詳細資訊。
範例 3
Get-DlpCompliancePolicy -Identity "PII Limited" -DistributionDetail | Format-List DistributionStatus
此範例會顯示 DLP 原則的散發詳細數據。
範例 4
$dlp = Get-DlpCompliancePolicy; ForEach ($d in $dlp){Get-DlpCompliancePolicy -DistributionDetail $d.name | Format-List Name,DistributionStatus}
此範例會取得環境中的所有 DLP 原則,並顯示每個原則的發佈狀態。
參數
-DisplayName
{{ 填滿 DisplayName 描述 }}
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |
-DistributionDetail
DistributionDetail 參數傳回 DistributionResults 屬性中詳細的原則散發資訊。 您不需要使用此參數指定值。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |
-ForceValidate
{{ 填入 ForceValidate 描述 }}
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |
-Identity
Identity 參數會指定您想要檢視的 DLP 原則。 您可以使用唯一識別原則的任何值。 例如:
- 名稱
- 辨別名稱 (DN)
- GUID
- Id
類型: | PolicyIdParameter |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
適用於: | Security & Compliance |
-IncludeExtendedProperties
{{ Fill IncludeExtendedProperties Description }}
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |
-IncludeRulesMetadata
{{ Fill IncludeRulesMetadata Description }}
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |
-IncludeSimulationResults
{{ Fill IncludeSimulationResults Description }}
類型: | Boolean |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |
-IRMUserRiskConfiguredAnyRule
{{ Fill IRMUserRiskConfiguredAnyRule Description }}
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |
-Summary
{{ 填寫摘要描述 }}
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
適用於: | Security & Compliance |