Get-Label
此 Cmdlet 僅適用于安全 & 性合規性 PowerShell。 如需詳細資訊,請參閱 安全 & 性合規性 PowerShell。
使用 Get-Label Cmdlet 來檢視組織中的敏感度標籤。
如需下方<語法>一節中參數集的詳細資訊,請參閱 Exchange Cmdlet 語法。
Syntax
Get-Label
[[-Identity] <ComplianceRuleIdParameter>]
[-IncludeDetailedLabelActions]
[-SkipValidations]
[<CommonParameters>]
Description
若要在安全 & 性合規性 PowerShell 中使用此 Cmdlet,您必須獲指派許可權。 如需詳細資訊,請參閱 Microsoft Purview 合規性入口網站中的權限。
範例
範例 1
Get-Label
此範例會傳回組織中所有敏感度標籤的摘要清單。
範例 2
Get-Label -Identity "Engineering Group" | Format-List
此範例會傳回名為工程群組之敏感度標籤的詳細資訊。
參數
-Identity
Identity 參數會指定您想要檢視的敏感度標籤。 您可以使用唯一識別標籤的任何值。 例如:
- 名稱
- 辨別名稱 (DN)
- GUID
Type: | ComplianceRuleIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-IncludeDetailedLabelActions
IncludeDetailedLabelActions 參數會指定是否要將標籤動作展開至屬性,以獲得更好的可讀性。 您不需要使用此參數指定值。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-SkipValidations
{{ Fill SkipValidations Description }}
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |