< Back

New-ISHIntegrationTMSTemplate

Wed Jan 15, 2020 8:23 am

NAME New-ISHIntegrationTMSTemplate



SYNOPSIS

Creates a new ISH Template Field for TMS in Translation Organizer.





SYNTAX

New-ISHIntegrationTMSTemplate -TemplateId <string> -Name <string> [<CommonParameters>]





DESCRIPTION

The New-ISHIntegrationTMSTemplate cmdlet creates an object with pair of properties: Template ID and Name. Used for

tms translation integration.





PARAMETERS

-TemplateId <string>

The TMS template Id.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <string>

The name of TMS template.



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-ISHIntegrationTMSTemplate -Name "testName" -TemplateId "testTemplateId"



This command creates new object with metadata with name testName, level testLevel and valuetype testValueType.



RELATED LINKS

Set-ISHIntegrationTMS