< Back

New-ISHIntegrationTMSMapping

Wed Jan 15, 2020 8:22 am

NAME New-ISHIntegrationTMSMapping



SYNOPSIS

Creates a new mapping pair ISHLanguage to TmsLanguage.





SYNTAX

New-ISHIntegrationTMSMapping -TmsLanguage <string> -ISHLanguage <string> [<CommonParameters>]





DESCRIPTION

The New-ISHIntegrationTMSMapping cmdlet creates an object with pair of properties, where ISHLanguage is InfoShare

language identifier (example: "en") and TmsLanguage is language identifier of TMS (example: "EN-US").





PARAMETERS

-TmsLanguage <string>

The language identifier of TMS.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ISHLanguage <string>

The trisoft language identifier.



Required? true

Position? named

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



---------- EXAMPLE 1 ----------



PS C:\\>New-ISHIntegrationTMSMapping -ISHLanguage "en" -TmsLanguage "EN-US"



This command creates new object for English language where ID of the same language on TMS is EN-US.



RELATED LINKS

Set-ISHIntegrationTMS