Get-DataGatewayInstaller  
	获取有权在组织中安装和注册网关的用户列表。 此命令仅适用于租户/服务管理员或网关管理员。
语法
Default (默认值)
Get-DataGatewayInstaller
    [-Scope <PowerBIUserScope>]
    [-GatewayTypeParameter <GatewayType>]
    [<CommonParameters>]
说明
获取有权在当前用户组织中安装和注册网关的用户的列表。 此命令仅适用于租户/服务管理员。
示例
示例 1
PS C:\> Get-DataGatewayInstaller
获取有权在租户上安装和注册网关的用户列表。
参数
-GatewayTypeParameter  
		按网关类型筛选授权的用户列表。 下面的 Resource 值将列出在标准模式下运行的所有本地数据网关。
参数属性
| 类型: | GatewayType | 
| 默认值: | All | 
| 接受的值: | Resource, Personal, VirtualNetwork | 
| 支持通配符: | False | 
| 不显示: | False | 
参数集
(All)
| Position: | Named | 
| 必需: | False | 
| 来自管道的值: | False | 
| 来自管道的值(按属性名称): | False | 
| 来自剩余参数的值: | False | 
-Scope
用于运行命令的安全作用域。 这将确定是否在租户/服务管理员或网关管理员的范围内运行此命令。此 PowerShell 命令仅支持 Organization 值。
参数属性
| 类型: | PowerBIUserScope | 
| 默认值: | None | 
| 接受的值: | Individual, Organization | 
| 支持通配符: | False | 
| 不显示: | False | 
参数集
(All)
| Position: | Named | 
| 必需: | False | 
| 来自管道的值: | False | 
| 来自管道的值(按属性名称): | False | 
| 来自剩余参数的值: | False | 
CommonParameters
此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters。