Get-ComplianceTag
此 Cmdlet 僅適用於安全性與合規性 PowerShell。 如需詳細資訊,請參閱 安全性與合規性 PowerShell。
使用 Get-ComplianceTag Cmdlet 來檢視 Microsoft Purview 合規性入口網站 中的保留標籤。 保留標籤會將保留設定套用至內容。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
語法
Get-ComplianceTag
[[-Identity] <ComplianceRuleIdParameter>]
[-IncludingLabelState]
[-PriorityCleanup]
[<CommonParameters>]
Description
若要在安全性與合規性 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 |