Skip to content

Files

Latest commit

da09ad7 · Jun 25, 2018

History

History
118 lines (90 loc) · 1.97 KB

Get-PBIGroup.md

File metadata and controls

118 lines (90 loc) · 1.97 KB
external help file Module Name online version schema
PowerBIPS-help.xml
PowerBIPS
2.0.0

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

EXAMPLES

EXAMPLE 1

Get-PBIWorkspace -authToken $authToken

PARAMETERS

-authToken

The authorization token required to communicate with the PowerBI APIs Use 'Get-PBIAuthToken' to get the authorization token string

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-name

The name of the workspace

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-id

The id of the workspace

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-admin

{{Fill admin Description}}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-withUsers

{{Fill withUsers Description}}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS