< Back

Get-PBIDashboard

Sat Jan 18, 2020 8:41 pm

NAME Get-PBIDashboard



SYNOPSIS

Gets all the PowerBI existing dashboards and returns as an array of custom objects.





SYNTAX

Get-PBIDashboard [[-authToken] <String>] [[-name] <String>] [[-id] <String>] [[-groupId] <String>]

[<CommonParameters>]





DESCRIPTION

Gets all the PowerBI existing dashboards and returns as an array of custom objects.





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 dashboard



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-id <String>

The id of the dashboard



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



<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-PBIDashboard -authToken $authToken















RELATED LINKS