Get-CrmLanguages

Retrieves all languages supported by Dataverse for the specified service release.

Syntax

Get-CrmLanguages
   -ServiceReleaseId <Guid>
   [-ApiUrl] <Uri>
   [[-Credential] <PSCredential>]
   [-MaxCrmConnectionTimeOutMinutes <Int32>]

Description

The Get-CrmLanguages cmdlet retrieves all languages supported by Dataverse for the specified service release.

Examples

Example 1

PS C:\> Get-CrmLanguages  -ApiUrl $connectionhost -Credential $cred -ServiceReleaseId 015e6a5c-2fa5-e411-80ce-00155db07c21

Retrieves all languages supported for the Microsoft Dynamics CRM Online 2016 (8.0) service release.

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

-ServiceReleaseId

Release Id for a release of Dataverse. You can find the ServiceReleaseId by running the Get-CrmServiceVersions cmdlet.

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

Inputs

System.Guid

System.Uri System.Management.Automation.PSCredential System.Int32

Outputs

System.Object