Get-DlpKeywordDictionary

此 cmdlet 仅在安全性 & 合规性 PowerShell 中有效。 有关更多信息,请参见 安全与合规中心 PowerShell

使用 Get-DlpKeywordDictionary cmdlet 在Microsoft Purview 合规门户中查看数据丢失防护 (DLP) 关键字 (keyword) 字典。

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

语法

Default (默认值)

Get-DlpKeywordDictionary
    [-Name <String>]
    [<CommonParameters>]

说明

要在安全与合规中心 PowerShell 中使用此 cmdlet,必须分配权限。 有关详细信息,请参阅 Microsoft Purview 合规门户中的权限

示例

示例 1

Get-DlpKeywordDictionary | Format-Table -Auto Name,Description

此示例返回所有 DLP 关键字 (keyword) 字典的摘要列表。

示例 2

Get-DlpKeywordDictionary -Name "Financial Data"

此示例返回有关名为“财务数据”的 DLP 关键字 (keyword) 字典的详细信息。

参数

-Name

适用:Exchange Online、安全 & 符合性

Name 参数指定要查看的 DLP 关键字 (keyword) 字典的名称。 如果值包含空格,则使用引号括住该值。

参数属性

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

参数集

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

CommonParameters

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