• 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…
  • Manipulating conditions for publications using ISHRemote

    I want to set conditions for a bunch of publications at once using a script. I looked into the Cmdlet list of ISHRemote, but I couldn't find one that can manipulate a publication's conditions. Is it possible to manipulate publication conditions using…
  • 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…
  • Unable to download objects using IshRemote

    Hi, I'm unable to get this script to work, would someone be able to take a peek at it? Raf Snijders maybe? :D This gist is, I'm trying to download the latest version of all map objects from my repo modified after 2019. I need to do some analysis on…
  • Need to use the API or IshRemote to create publication objects

    Hello, I am trying to automate the creation of CCMS publications. I've been able to create a script that generates and imports the publication data (maps, topics, media, etc), however, I'm stuck on the creation of the actual publication objects. To…
  • Newline code for DITA maps and topics

    I'd like to confirm that TridionDocs does not care which newline code is used for DITA maps and topics, whether it's Unix type (i.e. LF) or Windows type (CR + LF). I created the Python program to manipulate DITA maps/topics those are expored from TridionDocs…
  • ISHRemote date time format change

    Recently, I upgraded the ISHRemote from v0.14-beta to V1.0. After the upgrade, my powershell script was failed to handle the time stamp data such as 'fishlastloginon'. Before the upgrade the time stamp data was generated in two types of formats as shown…
  • Require some examples of how the DocumentObj 2.5 API in Tridion Docs can be used to retrieve topics

    The RWS Tridion Docs(Version SDL Tridion Docs - Content Manager - Build 14.0.4101.2) documentation in the link below states the use of this API, but there is no sample code available to implement the API to fetch topics from the Docs CMS: https://docs…
  • Generating a unique GUID with ISHRemote

    How can I generate a new, unique GUID with ISHRemote? I see that PowerShell has a New-Guid command. Will that do the trick?
  • Enabling ADFS based Single-SignOn in Tridion Docs 14

    Hi All, We use an ADFS server to handle all our login needs and we want to make the CMS servers use our ADFS server as well. Our ADFS implementation works with SAML 2.0 but according to the docs SDL supports only SAML 1.1. Is there any way for us…
  • Changing metadata of an image object using DocumentObj 2.5 SetMetaData

    I'm wring a PowerShell script to change objects metadata at once. My script woks properly for topic objects. However, it does not work for image objects. I wrote the following code to change metadata using DocumentObj 2.5. function DocumentObj-SetMetaData…
  • Cannot upload DITA 1.3 documents to the CMS

    Hi All, We're using SDL Tridion Docs 14 with DITA 1.2 content but now we're trying to "upgrade" our docs to 1.3 and we're having problems getting 1.3 documents into the CMS as the CMS does not recognise DITA 1.3 content so it rejects them uploading. Said…
  • Does ISHRemote only see a Document Object if it has object, version and language layer present?

    Hi, I am still researching and trying to understand the workings of ISHRemote for manipulating objects in Tridion Docs. While testing various calls to Get-IshDocumentObj it appears to sometimes remove only the language layer of a document object.…
  • DITA OT 3.4 with Tridion Docs v14 SP 0

    Is DITA OT 3.4 supported by SDL Tridion Docs v14 SP0? We are currently using DITA OT 2.4.6. Has anyone successfully added DITA OT 3.4 to the SDL environment? Thanks.
  • 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.
  • Configuring Email address for a group in Tridion Docs

    Can we configure a group email address to an Inbox or User group in Tridion Docs?
  • Translation Management Extension Classes, methods, documentation and/or examples

    I am trying to write a Translation Management Extension in Tridion Docs, but running into issues where I need to reference the classes and methods available, I haven't been able to find any documentation on these. The PreTranslation extension included…