< Back
New-PBIGroup
Post
NAME New-PBIGroup
SYNOPSIS
Create a new group
SYNTAX
New-PBIGroup [[-authToken] <String>] [-name] <Object> [[-version] <Object>] [<CommonParameters>]
DESCRIPTION
Creates a new group (app workspace) in PowerBI
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
-name <Object>
The name of the group
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-version <Object>
Required? false
Position? 3
Default value v1
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:\\>New-PBIGroup -authToken $authToken -name "Name Of The New Group"
RELATED LINKS
SYNOPSIS
Create a new group
SYNTAX
New-PBIGroup [[-authToken] <String>] [-name] <Object> [[-version] <Object>] [<CommonParameters>]
DESCRIPTION
Creates a new group (app workspace) in PowerBI
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
-name <Object>
The name of the group
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-version <Object>
Required? false
Position? 3
Default value v1
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:\\>New-PBIGroup -authToken $authToken -name "Name Of The New Group"
RELATED LINKS