Get-AdminEnableZoneRedundancyPreflightCheck
Checks if the target Power Automate flow can be migrated without causing disruption.
Syntax
Get-AdminEnableZoneRedundancyPreflightCheck
-EnvironmentName <String>
-FlowName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Get-AdminEnableZoneRedundancyPreflightCheck cmdlet returns a pass or fail status depending on if the targeted flow can be migrated.
Use Get-Help Get-AdminEnableZoneRedundancyPreflightCheck -Examples
for more detail.
Examples
EXAMPLE 1
Get-AdminEnableZoneRedundancyPreflightCheck -EnvironmentName Default-00aa00aa-bb11-cc22-dd33-44ee44ee44ee -FlowName 00001111-aaaa-2222-bbbb-3333cccc4444
Returns a pass message for flow "00001111-aaaa-2222-bbbb-3333cccc4444" in environment "Default-00aa00aa-bb11-cc22-dd33-44ee44ee44ee."
Parameters
-ApiVersion
Specifies the Api version that is called.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
Limit apps returned to those in a specified environment.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FlowName
Specifies the flow ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |