Set-AdminPowerAppAsFeatured

Updates the input app to be a featured application for the tenant. Featured applications are grouped and pushed to the top of the list in the Power Apps mobile player and appear in the list of business apps in Office.com.

Note

Depending on the number of users with access to the app, it might take up to 48 hours for a recently featured app to start appearing in the mobile player and Office.com app list.

Syntax

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

Description

The Set-AdminPowerAppAsFeatured changes the isFeaturedApp flag for the specified app to true. Once set, the app appears as a featured app in the Power Apps mobile player to help users find it. Use Get-Help Set-AdminPowerAppAsFeatured -Examples for more detail.

Examples

EXAMPLE 1

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

Updates the specified app to be a 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 app to operate on.

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

-EnvironmentName

The environment ID.

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