< Back

Get-PBIImports

Sat Jan 18, 2020 8:42 pm

NAME Get-PBIImports



SYNOPSIS

Gets all the PowerBI imports made by the user and returns as an array of custom objects.





SYNTAX

Get-PBIImports [[-authToken] <String>] [[-importId] <String>] [[-groupId] <String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-authToken <String>

The authorization token required to comunicate with the PowerBI APIs

Use 'Get-PBIAuthToken' to get the authorization token string



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-importId <String>

The id of the import in PowerBI



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-groupId <String>

Id of the workspace where the reports will get pulled



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-PBIImports -authToken $authToken













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-PBIImports -authToken $authToken















RELATED LINKS