< Back

Get-AzureRmPowerBIWorkspaceCollectionAccessKeys

Tue Jan 29, 2019 9:59 pm

NAME Get-AzureRmPowerBIWorkspaceCollectionAccessKeys



SYNOPSIS

Gets the current access keys associated with a Power BI workspace collection.





SYNTAX

Get-AzureRmPowerBIWorkspaceCollectionAccessKeys [-ResourceGroupName] <String> [-WorkspaceCollectionName] <String> [-DefaultProfile

<IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmPowerBIWorkspaceCollectionAccessKeys cmdlet gets the current access keys associated with 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 of the collection.



Required? true

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 on which this cmdlet operates.



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.PSWorkspaceCollectionAccessKey







NOTES









Example 1: Get access keys



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



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







RELATED LINKS

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

Reset-AzureRmPowerBIWorkspaceCollectionAccessKeys