Set-PowerAppUnlockEnvironment
Unlocks an environment.
Syntax
Default (Default)
Set-PowerAppUnlockEnvironment
-EnvironmentName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Set-PowerAppUnlockEnvironment cmdlet unlocks the specified environment. Use Get-Help Set-PowerAppUnlockEnvironment -Examples for more detail.
Examples
EXAMPLE 1
Set-PowerAppUnlockEnvironment -EnvironmentName $EnvironmentName
Unlocks the specified environment.
Parameters
-ApiVersion
Specifies the Api version that is called.
Parameter properties
| Type: | String |
| Default value: | 2020-06-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 |
-EnvironmentName
The ID of the environment to unlock.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| 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.