Share via


Get-CrmFlights

Lists all flights that are available for opt-in or opt-out. Opting in to a flight allows the environment to become a participant in previewing a feature that is specific to that flight.

Syntax

Default (Default)

Get-CrmFlights
    [-ApiUrl] <Uri>
    [[-Credential] <PSCredential>]
    [-MaxCrmConnectionTimeOutMinutes <Int32>]
    [<CommonParameters>]

Description

The Get-CrmFlights cmdlet lists all flights that are available for opt-in or opt-out.

Examples

Example 1

PS C:\> Get-CrmFlights -ApiUrl $connectionhost -Credential $cred

Returns all flights that are available to you for opt-in or opt-out.

Parameters

-ApiUrl

URL of the Dataverse root service endpoint. For information about this parameter see Establish your credentials and connection.

Parameter properties

Type:Uri
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-Credential

User credential for signing in to Dataverse. For information about this parameter see Establish your credentials and connection.

Parameter properties

Type:PSCredential
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-MaxCrmConnectionTimeOutMinutes

Maximum number in minutes to wait before quitting the operation.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

System.Uri

System.Management.Automation.PSCredential

System.Int32

Outputs

System.Object