Get-AdminDeletedPowerAppsList
Returns the list of deleted apps in the admin's specified environment.
Syntax
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.
Type: | String |
Position: | 2 |
Default value: | 2017-06-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
The environment ID for the deleted apps.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |