Get-AdminFlow

Returns information about flows.

Syntax

Get-AdminFlow
   [[-Filter] <String[]>]
   [-EnvironmentName <String>]
   [-ApiVersion <String>]
   [<CommonParameters>]
Get-AdminFlow
   [-EnvironmentName <String>]
   -CreatedBy <String>
   [-ApiVersion <String>]
   [<CommonParameters>]
Get-AdminFlow
   [-EnvironmentName <String>]
   -FlowName <String>
   [-ApiVersion <String>]
   [<CommonParameters>]

Description

This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see Cmdlet parameter sets.

The Get-AdminFlow cmdlet returns information about one or more flows.

Examples

EXAMPLE 1

Get-AdminFlow

Returns all flows from all environments where the current user is an Environment Admin. For Global admins, this command searches across all environments in the tenant.

EXAMPLE 2

Get-AdminFlow -CreatedBy [Guid]

Returns all apps created by the user with the specified object ID from all environments where the calling user is an Environment Admin. For Global admins, this command searches across all environments in the tenant.

EXAMPLE 3

Get-AdminFlow *Flows*

Returns all flows with the text "Flows" from all environments where the current user is an Environment Admin. For Global admins, this command searches across all environments in the tenant.

EXAMPLE 4

Get-AdminFlow -EnvironmentName [Guid]

Finds flows within the specified environment.

EXAMPLE 5

Get-AdminFlow *Contoso* -EnvironmentName [Guid]

Finds all flows in the specified environment that contain the string "Contoso" in their display name.

EXAMPLE 6

Get-AdminFlow -FlowName [Guid] -EnvironmentName [Guid]

Returns the details for the specified flow within the specified environment.

Parameters

-ApiVersion

Version of Power Apps API to use.

Type:String
Position:Named
Default value:2016-11-01
Accept pipeline input:False
Accept wildcard characters:False

-CreatedBy

Limit flows returned to those created by the specified user. You must specify a user's object Id.

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-EnvironmentName

Limit flows returned to those in the specified environment.

Type:String
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False

-Filter

Finds flows matching the specified filters. Wildcards are supported.

Type:String[]
Position:1
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-FlowName

ID of the flow within the environment that you specify.

Type:String
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False