• How to find all image objects with multi-language set to it, using ishremote?

    I'm trying to use ishremote to FIND all images objects in TridionDocs, which the field DOC-LANGUAGE's value is multiple value (e.g. "zh_CN, en_US, es") rather than single value (e.g. "zh_CN"). If I use Set-IshMetadataFilterField -Name 'DOC-LANGUAGE…
  • Automating the creation of translation jobs using PowerShell (ISHRemote)

    Hi, We have a goal to automate the creation of translation jobs since we create so many of them. If anyone have already done this and wants to share how to do this, it would be truly great! I struggle with the basics. I do not even succeed to query…
  • ISHRemote could not create session: New-IshSession: The requested security protocol is not supported.

    I was trying to connect to Tridion Docs via ishRemote. The ISHRemote module is installed on the SAME instance of Tridion Docs. The default TLS protocol combination was Ssl3, Tls. Security issue occurred even if I set appropriate TLS protocols (see below…
  • How to identify the file uploading is completed using Set-IshDocumentObj?

    Hi, I am automating a step to upload the document using the below script. I wanted to know that how my code identify that the result of Set-IshDocumentObj is success or failed. Is there any way to check the status of this activity? Set-IshDocumentObj…
  • Is there a way to find the list of outputs that got published in a certain period of date and time?

    I needed assistance in identifying the list of publication outputs, which got published during a certain period of time. Basically with the Start date and end date using the ISHRemote module in PowerShell.
  • Failed to Download Publication Output Data

    Hi Everyone! I've been trying to download Publication Output Data using ISHRemote however I am getting this error: The security timestamp is stale because its expiration time ('2017-08-22T01:41:24.969Z') is in the past. Current time is '2017-08-22T01…
  • RE: Configuring Single Sign on in SDL Knowledge center SSO ?

    Hi, This topic Configuring SSO in LiveContentGroups.xml explains how to map the attributes/claims of an incoming token to the Content Delivery authorization. I'm assuming that you can login so you don't have issues with token validation which is discussed…
  • New release versions for ISHServer (v1.1) and ISHBootstrap (v0.7)

    Following Frank Closset announcement Did you know… we are working on PowerShell automation libraries that we are working on PowerShell automation toolkits I would like to share with everyone the availability of new versions for ISHServer and ISHBootstrap…
  • Did you know… we are working on PowerShell automation libraries

    People, by nature, don’t like repetitive tasks. Even worse repetitive tasks will often lead to humans making mistakes: someone forgets to copy a file, someone forgets to set a setting. To manage growth and taking cost out while managing your IT landscape…
  • ISHDeploy PowerShell module for code as configuration is now on version 1.2

    As this is the first mention of ISHDeploy into this community, I'll first provide some background on what it is. I'll refer to some posts already available on my personal space. ISHDeploy is a PowerShell module specific to the version of Knowledge Center…