Share via


Get-DataGatewayInstaller

Get list of users who are authorized to install and register gateways in the organization. This command would be available only for Tenant/Service admin or a Gateway Admin.

Syntax

Default (Default)

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

Description

Get list of users who are authorized to install and register gateways in the current user's organization. This command is available only for Tenant/service admins.

Examples

Example 1

PS C:\> Get-DataGatewayInstaller

Get a list of users authorized to install and register gateways on the tenant.

Parameters

-GatewayTypeParameter

Filter the authorized user list by gateway type. The value of Resource below would list all On-premises data gateways running in the standard mode.

Parameter properties

Type:GatewayType
Default value:All
Accepted values:Resource, Personal, VirtualNetwork
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Scope

Security Scope to run the command. This would determine if you are running this command in the scope of a Tenant/Service admin or a Gateway Admin. This PowerShell command only supports the Organization value.

Parameter properties

Type:PowerBIUserScope
Default value:None
Accepted values:Individual, Organization
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

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