Get-DlpEdmSchema

此 cmdlet 仅在安全与合规中心 PowerShell 内可用。 有关更多信息,请参见 安全与合规中心 PowerShell

使用 Get-DlpEdmSchema cmdlet (EDM) 数据丢失防护 (DLP) Microsoft Purview 合规门户 架构查看确切的数据匹配。

有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法

语法

Default (默认值)

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)

参数属性

类型:EdmStorageIdParameter
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:0
必需:False
来自管道的值:True
来自管道的值(按属性名称):True
来自剩余参数的值:False

CommonParameters

此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters