Table of Contents

Get-PnPPowerPlatformSolution

SYNOPSIS

Required Permissions

  • Azure: management.azure.com

Returns the Power Platform Solution/s for a given environment

SYNTAX

Get-PnPPowerPlatformSolution [-Environment <PowerPlatformEnvironmentPipeBind>] [-Name <PowerPlatformConnectorPipeBind>] [-Verbose]

DESCRIPTION

This cmdlet returns the PowerPlatform solution on a given environment.

EXAMPLES

Example 1

Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity "myenvironment")

This returns all the solutions for a given Power Platform environment

Example 2

Get-PnPPowerPlatformSolution -Name 'My Solution Name'

This returns a specific solution on the default Power Platform environment

PARAMETERS

-Environment

The name of the Power Platform environment or an Environment instance. 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

-Name

The Name of the solution to retrieve. If not provided, all the solutions will be returned.

Type: PowerPlatformSolutionPipeBind
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

Microsoft 365 Patterns and Practices