Search Results for

    Show / Hide Table of Contents

    Enable-PnPFlow

    SYNOPSIS

    Required Permissions

    • Azure: management.azure.com

    Enables a specific flow

    SYNTAX

    Enable-PnPFlow -Environment <PowerAutomateEnvironmentPipeBind> -Identity <PowerAutomateFlowPipeBind> [-AsAdmin] 
    [-Connection <PnPConnection>] 
    

    DESCRIPTION

    This cmdlet enables a specific flow

    EXAMPLES

    Example 1

    $environment = Get-PnPFlowEnvironment
    Enable-PnPFlow -Environment $environment -Identity fba63225-baf9-4d76-86a1-1b42c917a182
    

    Enables the specified flow

    PARAMETERS

    -Environment

    The name of the environment or an Environment object to retrieve the available flows for.

    Type: PowerAutomateEnvironmentPipeBind
    Parameter Sets: (All)
    Aliases:
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Identity

    Identity of the flow to enable

    Type: PowerAutomateFlowPipeBind
    Parameter Sets: (All)
    Aliases:
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -AsAdmin

    Enable the flow as an administrator

    Type: SwitchParameter
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Connection

    Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

    Type: PnPConnection
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer