Get-DlpEdmSchema
此 cmdlet 仅在安全性 & 合规性 PowerShell 中可用。 有关详细信息,请参阅 安全性 & 合规性 PowerShell。
使用 Get-DlpEdmSchema cmdlet 查看 (EDM) 数据丢失防护 (dlp) Microsoft Purview 合规门户 架构的确切数据匹配。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-DlpEdmSchema
[[-Identity] <EdmStorageIdParameter>]
[<CommonParameters>]
说明
若要在安全性 & 合规性 PowerShell 中使用此 cmdlet,需要分配权限。 有关详细信息,请参阅 Microsoft Purview 合规门户中的权限。
示例
示例 1
Get-DlpEdmSchema
此示例返回组织中所有 DLP EDM 架构的摘要列表。
示例 2
Get-DlpEdmSchema -Identity "Schema for Patient Records"
此示例返回名为“患者记录架构”的 DLP EDM 架构的详细信息。
参数
-Identity
Identity 参数指定要查看的 DLP EDM 架构。 可以使用唯一标识架构的任何值。 例如:
- 名称
- 可分辨名称 (DN)
Type: | EdmStorageIdParameter |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |