Recover-AdminPowerAppEnvironment

Recovers an environment.

Syntax

Recover-AdminPowerAppEnvironment
       -EnvironmentName <String>
       [-WaitUntilFinished <Boolean>]
       [-ApiVersion <String>]
       [<CommonParameters>]

Description

The Recover-AdminPowerAppEnvironment cmdlet recovers an environment. This operation can take some time depending on how many resources are stored in the environment.

Examples

EXAMPLE 1

Recover-AdminPowerAppEnvironment -EnvironmentName [Guid]

Recovers the specified environment and all of the environment's resources.

Parameters

-ApiVersion

Version of Power Apps API to use.

Type:String
Position:Named
Default value:2019-05-01
Accept pipeline input:False
Accept wildcard characters:False

-EnvironmentName

ID of the environment.

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

-WaitUntilFinished

If set to true, the command will not return until the recovery is complete (as either a success or failure).

Type:Boolean
Position:Named
Default value:False
Accept pipeline input:False
Accept wildcard characters:False