Get-DataGatewayInstaller

获取有权在组织中安装和注册网关的用户列表。 此命令仅适用于租户/服务管理员或网关管理员。

语法

Get-DataGatewayInstaller
   [-Scope <PowerBIUserScope>]
   [-GatewayTypeParameter <GatewayType>]
   [<CommonParameters>]

说明

获取有权在当前用户组织中安装和注册网关的用户的列表。 此命令仅适用于租户/服务管理员。

示例

示例 1

PS C:\> Get-DataGatewayInstaller

获取有权在租户上安装和注册网关的用户列表。

参数

-GatewayTypeParameter

按网关类型筛选授权的用户列表。 下面的 Resource 值将列出在标准模式下运行的所有本地数据网关。

类型:GatewayType
接受的值:Resource, Personal, VirtualNetwork
Position:Named
默认值:All
必需:False
接受管道输入:False
接受通配符:False

-Scope

用于运行命令的安全作用域。 这将确定是否在租户/服务管理员或网关管理员的范围内运行此命令。此 PowerShell 命令仅支持 Organization 值。

类型:PowerBIUserScope
接受的值:Individual, Organization
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

输入

None

输出

Microsoft.DataMovement.Powershell.GatewayClient.Gateways.Entities.InstallerPrincipal