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

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.

Type:Uri
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Credential

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

Type:PSCredential
Position:1
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-MaxCrmConnectionTimeOutMinutes

Maximum number in minutes to wait before quitting the operation.

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

Inputs

System.Uri

System.Management.Automation.PSCredential

System.Int32

Outputs

System.Object