Search Results for

    Show / Hide Table of Contents
    Available in the current Nightly Release only.

    Remove-PnPFlowOwner

    SYNOPSIS

    Required Permissions

    • Azure: management.azure.com

    Removes owner permissions to a Power Automate flow

    SYNTAX

    Remove-PnPFlowOwner -Environment <PowerAutomateEnvironmentPipeBind> -Identity <PowerPlatformPipeBind> -User <String> [-AsAdmin] [-Force] [-Verbose]
    

    DESCRIPTION

    This cmdlet removes owner permissions for a user from a Power Automate flow.

    EXAMPLES

    Example 1

    Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com
    

    Removes the specified user from the specified Power Automate flow

    Example 2

    Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04
    

    Removes the specified user from the specified Power Automate flow

    Example 3

    Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin
    

    Removes the specified user from the specified Power Automate flow as an admin

    Example 4

    Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force
    

    Removes the specified user from the specified Power Automate Flow as admin, without asking for confirmation

    PARAMETERS

    -Environment

    The Power Platform environment that hosts the Power Automate Flow to remove the permissions from.

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

    -Identity

    The Name, Id or instance of the Power Automate Flow to add the permissions to.

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

    -User

    The user principal name or Id of the user to remove its permissions from the Power Automate Flow.

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

    -AsAdmin

    If specified, the permission will be removed as an admin. If not specified only the flows to which the current user already has access can be modified.

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

    -Force

    Providing the Force parameter will skip the confirmation question.

    Type: SwitchParameter
    Parameter Sets: (All)
    
    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