< Back

Get-PBIReport

Sat Jan 18, 2020 8:42 pm

NAME Get-PBIReport



SYNOPSIS

Gets an array of Power BI Report metadata from a workspace





SYNTAX

Get-PBIReport [[-authToken] <String>] [[-name] <String>] [[-id] <String>] [[-groupId] <String>] [-admin]

[<CommonParameters>]





DESCRIPTION

Gets an array of Power BI Report metadata from a workspace





PARAMETERS

-authToken <String>

The authorization token required to communicate 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



-name <String>

The name of the report



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-id <String>

The id of the report



Required? false

Position? 3

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? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-admin [<SwitchParameter>]



Required? false

Position? named

Default value False

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-PBIReport













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



PS C:\\>Get-PBIReport -id "GUID"













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-PBIReport -id "GUID" -groupId "GUID"















RELATED LINKS