Get-RayFlowProject

<< Click to Display Table of Contents >>

RayFlow PowerShell API > 7.3 > Implementation Guide > Cmdlet Reference 

Get-RayFlowProject

Description

Gets the list of RayFlow phases.

 

Parameters

Name

Type

Mandatory

Description

RayFlowServerUrl

String

Yes

The RayFlow URL address.

Credentials

PsCredential

No

Credentials used to authenticate. If not provided, an interactive prompt will be shown.

ProjectId

Guid

No

The identifier of the required project. May not be combined with ProjectName.

ProjectName

String

No

The name of the required project. May not be combined with ProjectId.

 

Remarks

If neither ProjectName nor ProjectId is specified, then all projects are returned.

 

Returns

Type

Description

PsRayFlowProject[]

The project(s) matching the criteria.