< Back

Get-AzureRmPowerBIWorkspaceCollection

Tue Jan 29, 2019 9:59 pm

NAME Get-AzureRmPowerBIWorkspaceCollection



SYNOPSIS

Gets Power BI workspace collections.





SYNTAX

Get-AzureRmPowerBIWorkspaceCollection [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]



Get-AzureRmPowerBIWorkspaceCollection [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmPowerBIWorkspaceCollection cmdlet gets Power BI workspace collections in your Azure subscription and resource group, or by

collection name.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group from which this cmdlet gets workspace collections.



Required? false

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-WorkspaceCollectionName <String>

Specifies the name of the Power BI workspace collection that this cmdlet gets.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

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 (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.Management.PowerBIEmbedded.Models.PSWorkspaceCollection







NOTES









Example 1: Get all workspace collections in a resource group



PS C:\\>Get-AzureRmPowerBIWorkspaceCollection -ResourceGroupName "ResourceGroup17"



This command gets the workspace collections that belong to the resource group named ResourceGroup17.





Example 2: Get a workspace collection by using its name



PS C:\\>Get-AzureRmPowerBIWorkspaceCollection -ResourceGroupName "ResourceGroup17" -WorkspaceCollectionName "WCN11"



This command gets the workspace collection named WCN11 in the specified resource group.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... collection

New-AzureRmPowerBIWorkspaceCollection

Remove-AzureRmPowerBIWorkspaceCollection