< Back

Get-PBIGroup

Sat Jan 18, 2020 8:42 pm

NAME Get-PBIGroup



SYNOPSIS

Gets all the PowerBI existing workspaces





SYNTAX

Get-PBIGroup [[-authToken] <String>] [[-name] <String>] [[-id] <String>] [-admin] [-withUsers] [<CommonParameters>]





DESCRIPTION

Gets all the PowerBI existing workspaces





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 workspace



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-id <String>

The id of the workspace



Required? false

Position? 3

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



-withUsers [<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-PBIWorkspace -authToken $authToken















RELATED LINKS