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
Name (Default)
Clear-AdminPowerAppAsFeatured
-AppName <String>
[-EnvironmentName <String>]
[-ApiVersion <String>]
[<CommonParameters>]
Filter
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."
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 the 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's identifier.
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.