< Back

Get-AdminPowerAppsUserDetails

Sat Jan 18, 2020 3:47 pm

NAME Get-AdminPowerAppsUserDetails



SYNOPSIS

Downloads the user details into specified filepath





SYNTAX

Get-AdminPowerAppsUserDetails [[-UserPrincipalName] <String>] [-OutputFilePath] <String> [[-ApiVersion] <String>]

[<CommonParameters>]





DESCRIPTION

The Get-AdminPowerAppsUserDetails downloads the powerApps user details into the specified path file

Use Get-Help Get-AdminPowerAppsUserDetails -Examples for more detail.





PARAMETERS

-UserPrincipalName <String>

The user principal name



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-OutputFilePath <String>

The Output FilePath



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? 3

Default value 2016-11-01

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-AdminPowerAppsUserDetails -OutputFilePath C:\\Users\\testuser\\userdetails.json



Donloads the details of calling user into specified path file C:\\Users\\testuser\\userdetails.json









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-AdminPowerAppsUserDetails -UserPrincipalName foo@bar.com -OutputFilePath

C:\\Users\\testuser\\userdetails.json



downloads the details of user with principal name foo@bar.com into specified file path

C:\\Users\\testuser\\userdetails.json











RELATED LINKS