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
Name (Default)
Set-AdminPowerAppAsFeatured
-AppName <String>
[-EnvironmentName <String>]
[-ApiVersion <String>]
[<CommonParameters>]
Filter
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."
Parameter properties
Type: | String |
Default value: | 2017-05-01 |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-AppName
App ID of app to operate on.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Name
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-EnvironmentName
The environment ID.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-ForceLease
Forces the lease when overwriting the app fields. Defaults to false if no input is provided.
Parameter properties
Type: | Boolean |
Default value: | False |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Filter
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
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.