< Back

Get-PBIGroupUsers

Sat Jan 18, 2020 8:42 pm

NAME Get-PBIGroupUsers



SYNOPSIS

Gets users that are members of a specific workspace (group) and returns as an array of custom objects.

Must use Set-PBIGroup first to set the group.





SYNTAX

Get-PBIGroupUsers [[-authToken] <String>] [[-groupId] <String>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-authToken <String>



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-groupId <String>



Required? false

Position? 2

Default value

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:\\>Get-PBIGroupUsers -authToken $authToken















RELATED LINKS