Search Results for

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

    Get-PnPPowerPlatformConnector

    SYNOPSIS

    Required Permissions

    • Azure: management.azure.com

    Returns the Custom Power Platform Connectors for a given environment

    SYNTAX

    Get-PnPPowerPlatformConnector [-Environment <PowerPlatformEnvironmentPipeBind>] [-Identity <PowerPlatformConnectorPipeBind>] [-AsAdmin] [-Verbose]
    

    DESCRIPTION

    This cmdlet returns the custom connectors on a given enviroment.

    EXAMPLES

    Example 1

    Get-PnPPowerPlatformConnector -Environment (Get-PnPPowerPlatformEnvironment)
    

    This returns all the custom connectors for a given Power Platform environment

    Example 2

    Get-PowerPlatformConnectorPipeBind -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182
    

    This returns a specific custom connector on the default Power Platform environment

    PARAMETERS

    -Environment

    The name of the Power Platform environment or an Environment instance to retrieve the available custom connectors for. If omitted, the default environment will be used.

    Type: PowerPlatformEnvironmentPipeBind
    Parameter Sets: (All)
    Aliases:
    
    Required: False
    Position: Named
    Default value: The default environment
    Accept pipeline input: True
    Accept wildcard characters: False
    

    -Identity

    The Id of the connector to retrieve. If not provided, all custom connectors will be returned.

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

    -AsAdmin

    If specified returns all the custom connectors as admin. If not specified only the custom connectors for the current user will be returned.

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

    -Verbose

    When provided, additional debug statements will be shown while executing the cmdlet.

    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