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
이 예제에서는 Engineering Group이라는 민감도 레이블에 대한 자세한 정보를 반환합니다.
매개 변수
-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 |