Get-AdminRecoverDeletedPowerApp
Recovers the deleted app with the specified app ID in the specified environment. After the app is recovered, a Power Platform administrator needs to manually re-create the permissions for the recovered app.
Syntax
Default (Default)
Get-AdminRecoverDeletedPowerApp
[-AppName] <String>
[-EnvironmentName] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Get-AdminRecoverDeletedPowerApp cmdlet recovers the deleted app with the specified app ID in the specified environment. Use Get-Help Get-AdminRecoverDeletedPowerApp -Examples for more detail.
Examples
EXAMPLE 1
Get-AdminRecoverDeletedPowerApp -AppName 00001111-aaaa-2222-bbbb-3333cccc4444 -EnvironmentName 00aa00aa-bb11-cc22-dd33-44ee44ee44ee
Recovers the deleted app with ID 00001111-aaaa-2222-bbbb-3333cccc4444 in the admin's specified environment with ID 00aa00aa-bb11-cc22-dd33-44ee44ee44ee.
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: | 3 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-AppName
The app ID of the deleted app.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-EnvironmentName
The environment ID for the deleted app.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
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.