Clear-AdminPowerAppAsFeatured

Removes the specified app as a featured application for the tenant. The specified app must not be set as a hero app to remove it as a featured app.

Syntax

Clear-AdminPowerAppAsFeatured
     -AppName <String>
     [-EnvironmentName <String>]
     [-ApiVersion <String>]
     [<CommonParameters>]
Clear-AdminPowerAppAsFeatured
     [-EnvironmentName <String>]
     [-ApiVersion <String>]
     [-ForceLease <Boolean>]
     [<CommonParameters>]

Description

The Clear-AdminPowerAppAsFeatured changes the isFeaturedApp flag of a app in Power Apps to false. Use Get-Help Clear-AdminPowerAppAsFeatured -Examples for more detail.

Examples

EXAMPLE 1

Clear-AdminPowerAppAsFeatured -PowerAppName c3dba9c8-0f42-4c88-8110-04b582f20735

Updates the input app to be a regular (not featured) application of that tenant.

Parameters

-ApiVersion

PowerApps Api version date, defaults to "2017-05-01."

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

-AppName

App ID of the app to operate on.

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

-EnvironmentName

The environment's identifier.

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

-ForceLease

Forces the lease when overwriting the app fields. Defaults to false if no input is provided.

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