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
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.
Type: | GatewayType |
Accepted values: | Resource, Personal, VirtualNetwork |
Position: | Named |
Default value: | All |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | 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.
Type: | PowerBIUserScope |
Accepted values: | Individual, Organization |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Microsoft.DataMovement.Powershell.GatewayClient.Gateways.Entities.InstallerPrincipal