Set-PowerAppUnlockEnvironment
Unlocks an environment.
Syntax
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.
Type: | String |
Position: | Named |
Default value: | 2020-06-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
The ID of the environment to unlock.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |