Get-ComplianceTag
此 cmdlet 仅在安全与合规中心 PowerShell 内可用。 有关更多信息,请参见 安全与合规中心 PowerShell。
使用 Get-ComplianceTag cmdlet 查看Microsoft Purview 合规门户中的保留标签。 保留标签将保留设置应用于内容。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-ComplianceTag
[[-Identity] <ComplianceRuleIdParameter>]
[-IncludingLabelState]
[-PriorityCleanup]
[<CommonParameters>]
说明
要在安全与合规中心 PowerShell 中使用此 cmdlet,必须分配权限。 有关详细信息,请参阅 Microsoft Purview 合规门户中的权限。
示例
示例 1
Get-ComplianceTag | Format-Table -Auto Name,Priority,RetentionAction,RetentionDuration,Workload
本示例返回所有标签的摘要列表。
示例 2
Get-ComplianceTag -Identity "HR Content"
本示例返回有关名为 HR Content 的标签的详细信息。
参数
-Identity
Identity 参数指定要查看的标签。 可以使用唯一标识该标签的任何值。 例如:
- 名称
- 可分辨名称 (DN)
- GUID
类型: | ComplianceRuleIdParameter |
Position: | 1 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
适用于: | Exchange Online, Security & Compliance |
-IncludingLabelState
{{ Fill IncludingLabelState Description }}
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
适用于: | Exchange Online, Security & Compliance |
-PriorityCleanup
{{ Fill PriorityCleanup Description }}
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
适用于: | Security & Compliance |