次の方法で共有


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

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.

Type:String
Position:3
Default value:2016-11-01
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AppName

The app ID of the deleted app.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-EnvironmentName

The environment ID for the deleted app.

Type:String
Position:2
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False