Share via


Get-AdminDeletedPowerAppsList

Returns the list of deleted apps in the admin's specified environment.

Syntax

Default (Default)

Get-AdminDeletedPowerAppsList
    [-EnvironmentName] <String>
    [[-ApiVersion] <String>]
    [<CommonParameters>]

Description

The Get-AdminDeletedPowerAppsList cmdlet returns all deleted apps in the given environment. Use Get-Help Get-AdminDeletedPowerAppsList -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminDeletedPowerAppsList -EnvironmentName 0fc02431-15fb-4563-a5ab-8211beb2a86f

Returns all deleted power apps in the admin's specified environment with ID 0fc02431-15fb-4563-a5ab-8211beb2a86f.

Parameters

-ApiVersion

The api version to call with.

Parameter properties

Type:String
Default value:2017-06-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:2
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnvironmentName

The environment ID for the deleted apps.

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

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.