Get-RetentionEvent
이 cmdlet은 클라우드 기반 서비스에서만 사용할 수 있습니다.
Get-RetentionEvent cmdlet을 사용하여 organization 보존 이벤트를 봅니다.
아래 구문 섹션에 있는 매개 변수 집합에 대한 자세한 내용은 Exchange cmdlet 구문을 참조하십시오.
Syntax
Get-RetentionEvent
[[-Identity] <EwsStoreObjectIdParameter>]
[-AllStatus]
[-DomainController <Fqdn>]
[<CommonParameters>]
Description
이 cmdlet을 실행하려면 먼저 사용 권한을 할당받아야 합니다. 이 항목에는 해당 cmdlet의 모든 매개 변수가 나열되지만 사용자에게 할당된 사용 권한에 포함되지 않은 일부 매개 변수에는 액세스할 수 없습니다. 조직에서 cmdlet 또는 매개 변수를 실행하는 데 필요한 사용 권한을 확인하려면 Find the permissions required to run any Exchange cmdlet를 참조하세요.
예제
예 1
Get-RetentionEvent
이 예제에서는 모든 보존 이벤트의 요약 목록을 반환합니다.
예 2
Get-RetentionEvent -Identity x | Format-List
이 예제에서는 지정된 보존 이벤트의 보존에 대한 자세한 정보를 반환합니다.
매개 변수
-AllStatus
AllStatus 스위치는 결과에 0 개수 이벤트를 포함할지 여부를 지정합니다. 이 스위치를 사용하면 값을 지정할 필요가 없습니다.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Exchange Online |
-DomainController
이 매개 변수는 Microsoft 내부에서 사용하도록 예약되어 있습니다.
Type: | Fqdn |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Security & Compliance |
-Identity
Identity 매개 변수는 보려는 보존 이벤트를 지정합니다.
Type: | EwsStoreObjectIdParameter |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Exchange Online, Security & Compliance |