Get-ComplianceTag
此 cmdlet 仅在安全性 & 合规性 PowerShell 中可用。 有关详细信息,请参阅 安全性 & 合规性 PowerShell。
使用 Get-ComplianceTag cmdlet 查看Microsoft Purview 合规门户中的保留标签。 保留标签将保留设置应用于内容。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-ComplianceTag
[[-Identity] <ComplianceRuleIdParameter>]
[-IncludingLabelState]
[<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
Type: | ComplianceRuleIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance |
-IncludingLabelState
{{ Fill IncludingLabelState Description }}
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance |