Get-AdminPowerApp
Returns information about one or more apps.
Syntax
Filter (Default)
Get-AdminPowerApp
[[-Filter] <String[]>]
[-EnvironmentName <String>]
[-Owner <String>]
[-ApiVersion <String>]
[<CommonParameters>]
User
Get-AdminPowerApp
[[-Filter] <String[]>]
-Owner <String>
[-EnvironmentName <String>]
[-ApiVersion <String>]
[<CommonParameters>]
App
Get-AdminPowerApp
-EnvironmentName <String>
-AppName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Get-AdminPowerApp cmdlet looks up information about one or more apps depending on parameters. Use Get-Help Get-AdminPowerApp -Examples for more detail.
Examples
EXAMPLE 1
Get-AdminPowerApp
Returns all apps from all environments where the calling user is an environment admin. For global admins, this searches across all environments in the tenant.
EXAMPLE 2
Get-AdminPowerApp *PowerApps*
Returns all apps with the text "PowerApps" from all environments where the calling user is an Environment Admin For Global admins, this will search across all environments in the tenant.
EXAMPLE 3
Get-AdminPowerApp -CreatedBy [email protected]
Returns all apps created by the user with an email of "[email protected]" from all environment where the calling user is an environment admin. For global admins, this searches across all environments in the tenant.
EXAMPLE 4
Get-AdminPowerApp -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Finds apps within the 3c2f7648-ad60-4871-91cb-b77d7ef3c239 environment.
EXAMPLE 5
Get-AdminPowerApp *Foobar* -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Finds all app in environment 3c2f7648-ad60-4871-91cb-b77d7ef3c239 that contain the string "Foobar" in their display name.
EXAMPLE 6
Get-AdminPowerApp -AppName 4d1f7648-ad60-4871-91cb-b77d7ef3c239 -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Returns the details for the app named 4d1f7648-ad60-4871-91cb-b77d7ef3c239 in Environment 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Parameters
-ApiVersion
The api version to call with.
Parameter properties
Type: | String |
Default value: | 2016-11-01 |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-AppName
Finds a specific ID.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
App
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-EnvironmentName
Limit apps returned to those in a specified environment by environment ID. Required when using App.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Filter
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
User
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Filter
Finds apps matching the specified filter (wildcards supported).
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Filter
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
User
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Owner
Limit apps returned to those owned by the specified user (you can specify a email address or object id).
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Filter
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.