Get-RetentionEvent
此 cmdlet 仅在基于云的服务中可用。
使用 Get-RetentionEvent cmdlet 查看组织中的保留事件。
有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法。
语法
Get-RetentionEvent
[[-Identity] <EwsStoreObjectIdParameter>]
[-AllStatus]
[-DomainController <Fqdn>]
[<CommonParameters>]
说明
您必须先获得权限,然后才能运行此 cmdlet。 虽然本主题中列出了此 cmdlet 的所有参数,但如果这些参数并未包含在分配给您的权限中,那么您将无法使用这些参数。 若要查找在贵组织中运行任何 cmdlet 或参数所需的权限,请参阅 Find the permissions required to run any Exchange cmdlet。
示例
示例 1
Get-RetentionEvent
此示例返回所有保留事件的摘要列表。
示例 2
Get-RetentionEvent -Identity x | Format-List
此示例返回有关指定保留事件保留的详细信息。
参数
-AllStatus
AllStatus 开关指定是否在结果中包含零计数事件。 不必为此开关指定值。
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 |