< Back

Get-CrmAllLanguagePacks

Sat Jan 18, 2020 3:58 pm

NAME Get-CrmAllLanguagePacks



SYNOPSIS

Executes RetrieveAvailableLanguagesRequest Organization Request.





SYNTAX

Get-CrmAllLanguagePacks [[-conn] <CrmServiceClient>] [<CommonParameters>]





DESCRIPTION

The Get-CrmAllLanguagePacks cmdlet lets you retrieve all available LanguagePack.





PARAMETERS

-conn <CrmServiceClient>

A connection to your CRM organization. Use $conn = Get-CrmConnection <Parameters> to generate it.



Required? false

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES









-------------------------- Example 1 --------------------------



PS C:\\>Get-CrmAllLanguagePacks -conn $conn



This example retrieves all available Language Pack.







1041

1033

2052

...



-------------------------- Example 2 --------------------------



PS C:\\>Get-CrmAllLanguagePacks



This example etrieves all available Language Pack by omitting parameters names.

When omitting parameter names, you do not provide $conn, cmdlets automatically finds it.







1041

1033

2052

...





RELATED LINKS