< Back

Set-AdminPowerAppEnvironmentDisplayName

Sat Jan 18, 2020 3:51 pm

NAME Set-AdminPowerAppEnvironmentDisplayName



SYNOPSIS

Updates the Environment display name.





SYNTAX

Set-AdminPowerAppEnvironmentDisplayName -EnvironmentName <String> -NewDisplayName <String> [-ApiVersion <String>]

[<CommonParameters>]





DESCRIPTION

The Set-EnvironmentDisplayName cmdlet updates the display name field of the specified Environment.

Use Get-Help Set-EnvironmentDisplayName -Examples for more detail.





PARAMETERS

-EnvironmentName <String>

Updates a specific environment.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-NewDisplayName <String>

The new display name of the Environment.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? named

Default value 2016-11-01

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-EnvironmentDisplayName -EnvironmentName 8d996ece-8558-4c4e-b459-a51b3beafdb4 -NewDisplayName

Applications



Updates the display name of Environment '8d996ece-8558-4c4e-b459-a51b3beafdb4' to be called 'Applications'.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Set-EnvironmentDisplayName -EnvironmentName 8d996ece-8558-4c4e-b459-a51b3beafdb4 -NewDisplayName 'Main

Organization Apps'



Updates the display name to be 'Main Organization Apps'











RELATED LINKS