GroupShare PowerShell Toolkit — TM Export

Hi Community Users! 

I faced a problem getting TMX file via Powershell - Output tmx.gz file is empty.

The Export batch task is created and completed successfully. It can be downloded manually but the output file created by the script is 0 kb size.

PS version: 7.5.2
GS version: 2020 SR1 CU13

The PS script I use based on help example:

$token = SignIn -userName "sa" -password "sa"
$tm = Get-TM -authorizationToken $token -tmName "MAIN TM"
Export-TMX -authorizationToken $token -tm $tm -sourceLanguageCode "ru-RU" -targetLanguageCode "en-GB"-outputFilePath "F:\Export\export.tmx.gz"

PowerShell script showing commands to sign in, get a translation memory, and export a TMX file with source language ru-RU and target language en-GB.



Generated Image Alt-Text
[edited by: RWS Community AI at 1:07 PM (GMT 1) on 23 Jul 2025]
emoji
Parents Reply Children
No Data