Free
Trados Cloud PowerShell Toolkit
By Trados AppStore Team
<p>The <strong>Trados Cloud PowerShell Toolkit</strong>enables users to automate and manage various operations within Trados Cloud through PowerShell scripts. By utilising the Trados Cloud REST API, this toolkit provides a convenient and efficient way to handle tasks such as project creation, resource handling, and some administration overview directly from the PowerShell console.</p>
<p>Key features include streamlined project creation and project template updates, translation memory management, terminology management and an overview of users, users and workflows. With sample scripts and detailed help documentation, users can easily set up, customise, and run automation tasks to simplify their workflow.</p>
<p><strong>Minimum Requirement:</strong> Must have access to Trados Cloud Team tenant with relevant access rights based on user role.</p>
<style>
:root {
--table-striped: rgba(0, 0, 0, 0.05);
--table-border: #dee2e6;
--lightgray: #e9ecef;
}
code {
color: black;
background-color: var(--lightgray);
border-radius: 5px;
padding: 1.5px;
}
blockquote {
border-left: 3px solid var(--lightgray);
padding-left: 10px;
}
table {
border: 1px solid var(--table-border);
border-collapse: collapse;
width: 100%;
}
table th,
table td {
border: 1px solid var(--table-border);
padding: 8px;
text-align: left;
color: black;
}
table th {
background-color: var(--table-striped);
color: black;
}
table tr:nth-child(even) {
background-color: var(--table-striped);
color: white;
}
table tr:nth-child(odd) {
background-color: white;
color: var(--table-striped);
}
</style>