Get-PowerBIActivityEvent
检索 Power BI 租户的审核活动事件。
语法
Get-PowerBIActivityEvent
-StartDateTime <String>
-EndDateTime <String>
[-ActivityType <String>]
[-User <String>]
[-ResultType <OutputType>]
[<CommonParameters>]
说明
检索调用用户的租户的审核活动事件。 运行此命令之前,请确保使用 Connect-PowerBIServiceAccount 登录。 此 cmdlet 要求调用用户成为 Power BI 服务的租户管理员。
示例
示例 1
PS C:\> Get-PowerBIActivityEvent -StartDateTime 2019-08-10T14:35:20 -EndDateTime 2019-08-10T18:25:50
检索 08-10-19 14:35:20 UTC 和 08-10-2019 18:25:50 UTC 之间的 Power BI 活动事件
示例 2
PS C:\> Get-PowerBIActivityEvent -StartDateTime 2019-08-10T14:35:20 -EndDateTime 2019-08-10T18:25:50 -ActivityType viewreport -User admin@contoso.com -ResultType JsonObject
使用用户 admin@contoso.com的活动类型检索 08-10-19 14:35:20 UTC 和 08-10-2019 18:25:50 UTC 之间的 Power BI 活动事件。 输出将是 JSON 对象。
参数
-ActivityType
基于此活动类型筛选活动记录。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-EndDateTime
指定要检索审核活动事件的时间跨度结束。 它应采用 UTC 格式且符合 ISO 8601。 StartDateTime 和 EndDateTime 应在同一 UTC 天内。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResultType
指定 cmdlet 返回的结果的类型。
类型: | OutputType |
接受的值: | JsonString, JsonObject |
Position: | Named |
默认值: | JsonString |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-StartDateTime
指定要检索审核活动事件的时间跨度开始。 它应采用 UTC 格式且符合 ISO 8601。 StartDateTime 和 EndDateTime 应在同一 UTC 天内。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-User
基于此用户电子邮件筛选活动记录。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
System.Collections.Generic.IList`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]