Dela via


New-PowerBIWorkspace

Creates a new Power BI workspace.

Syntax

Default (Standard)

New-PowerBIWorkspace
    -Name <String>
    [<CommonParameters>]

Description

Creates a new Power BI workspace with the current user as the workspace administrator.

Exempel

Example 1

PS C:\> New-PowerBIWorkspace -Name "New Workspace"

Creates a new Power BI workspace called "New Workspace" and adds the current user as the workspace administrator.

Parametrar

-Name

The name to give to the new workspace. If the name matches another workspace in the organization, the operation will fail.

Parameteregenskaper

Typ:String
Standardvärde:None
Stöder jokertecken:False
DontShow:False

Parameteruppsättningar

(All)
Position:Named
Obligatorisk:True
Värde från pipeline:False
Värde från pipeline efter egenskapsnamn:False
Värde från återstående argument:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Indata

None

Utdata

System.Object