< Back
Get-AzureRmPowerBIWorkspace
Post
NAME Get-AzureRmPowerBIWorkspace
SYNOPSIS
Gets the workspaces in a Power BI workspace collection.
SYNTAX
Get-AzureRmPowerBIWorkspace [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String> [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
DESCRIPTION
The Get-AzureRmPowerBIWorkspace cmdlet gets the workspaces in a Power BI workspace collection.
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 to which the workspace collection belongs.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-WorkspaceCollectionName <String>
Specifies the name of the workspace collection for which this cmdlet gets workspaces.
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.PSWorkspace
NOTES
Example 1: Get workspaces of a workspace collection
PS C:\\>Get-AzureRmPowerBIWorkspace -ResourceGroupName "ResourceGroup17" -WorkspaceCollectionName "WCN11"
This command gets the workspaces that belong to the workspace collection named WCN11 in the specified resource group.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... iworkspace
Get-AzureRmPowerBIWorkspaceCollection
SYNOPSIS
Gets the workspaces in a Power BI workspace collection.
SYNTAX
Get-AzureRmPowerBIWorkspace [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String> [-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
DESCRIPTION
The Get-AzureRmPowerBIWorkspace cmdlet gets the workspaces in a Power BI workspace collection.
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 to which the workspace collection belongs.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-WorkspaceCollectionName <String>
Specifies the name of the workspace collection for which this cmdlet gets workspaces.
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.PSWorkspace
NOTES
Example 1: Get workspaces of a workspace collection
PS C:\\>Get-AzureRmPowerBIWorkspace -ResourceGroupName "ResourceGroup17" -WorkspaceCollectionName "WCN11"
This command gets the workspaces that belong to the workspace collection named WCN11 in the specified resource group.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... iworkspace
Get-AzureRmPowerBIWorkspaceCollection