• Published file download error

    Hi all, I'm evaluating TD15.1.2. Until a couple of days ago, there were no issues, and it was working properly. However, it is not possible to download a published deliverable from the repository with Organize Space now. When I tried to download the…
  • ISHRemote to detect end of publishing - cmdlet Wait-IshPublicationOutput?

    With ISHRemote, I'm finally getting around to trying to detect the end of publishing automatically (instead of sleeping for nn number of seconds). I'm using Tridion Docs version 15 now, and ISHRemote 8.1.0. I asked a couple years ago here: community.rws…
  • Updating Powershell ISHRemote script for use with Tridion Docs version 15

    I wrote a Powershell script using the ISHRemote module a few years ago, and it's been working fine with Tridion Docs version 14. I just upgraded the script to work with Tridion Docs version 15. The main change was to use ClientId / ClientSecret instead…
  • 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…
  • ISHRemote - How to use Set-IshMetadataFilterField to retrieve topics that match an array of values from an LOV-based field

    Hi, I am struggling to write an ISHRemote script that will let me specify a range of values that are from an LOV e.g. I can use following to get topic that matches one of the LOV values Set-IshMetadataFilterField -Level Version -Name PRODUCT -ValueType…
  • 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…
  • 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…
  • Can ISHRemote be used to search for a snippet of XML?

    Hi, Can I use ISHRemote to look for instances of a snippet of XML in folder of topics? E.g. Look for instances of <image> element where there is no <alt> element within? If not, what would be the most effective and efficient way to do such a search…
  • How can I check a folder for topics with a given attribute and value?

    Hi, I want to check a folder path for all topics that have a certain metadata attribute and a certain chunk of XML i.e. <section outputclass="instructions" So far I have (what Dave advised in previous question ) $metadataFilter = Set-IshMetadataFilterField…
  • Can't figure out how to process all topics within a nested folder structure

    Hi, The requirement I have is to process the latest released version of a certain language layer in a nested folder structure where there are many versions and each version has many language layers. I have the following $metadataFilter = Set-IshMetadataFilterField…
  • Using ISHRemote can I filter results where Version is less than or equal to a value?

    Hi, The Version metdata field for an ISHModule object is of type string. Is there any workaround in ISHRemote to find results where Version is lessthan or equal to an integer value e.g.. $metadataFilterLang = Set-IshMetadataFilterField -Level Lng…
  • Using ISHRemote how can I filter based on a list of GUIDs?

    Hi, What is the most efficient way to only return objects from server that match a defined list of topic GUIDs? I currently have the following $ishObjects = Get-IshFolder -FolderPath $ishFolder -FolderTypeFilter @("ISHModule") -Recurse | Get-IshFolderContent…
  • Using ISHRemote, how can I add a list of Topic GUIDs to a ditamap?

    Hi, I have a long list of topic GUIDs that I would like to auto add to a map (new or existing) and publication (new or existing) for processing. Can someone start me off on the ISHremote code for this? I have tried AI tools but they seem to be making…
  • 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…
  • 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…
  • How to remove a LOV from content using ISHRemote

    Question: Is there a way to use ISHRemote to remove LOV values from content in TDX? I'm using PowerShell to automate publishing in TDX 14. I have a PS script to allow users to create named "collections" of publications, and then perform some action…
  • 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…
  • How to get a count of all topics in our Tridion Docs repo

    Hi, What is the most straightforward way to get a count of all topics in our Tridion Docs repo? I am assuming I can do so with ISHRemote but not sure how to approach the script. Any feedback appreciated, Regards, Ann
  • Is the ISHRemote parameter FolderTypeFilter no longer supported?

    Hi, I am revisiting a script that I had help with 2 years ago (See https://community.rws.com/developers-more/tridion-portfolio/tridiondocs-developers/f/livecontent_developer_forum/36652/getting-contents-of-a-publication/153360) However, the parameter…
  • ISHRemote - How to gather object names and GUIDs of objects in a folder

    I'd like to obtain object names and GUIDs of objects that are stored in the specified folder. I wrote the following script, and it successfully listed all object names in the specified folder. Get-IshFolder -FolderPath $td_folder_path | Get-IshFolderContent…
  • Can I retrieve the list of content object in a publication?

    Hi, I have a list of 10 publication GUIDs and I want to get the list of content objects (topics) organized in these publications. Is there an ISHRemote cmdlet that would help me achieve this? Any advice appreciated, Regards, Ann
  • How to set new ISHUser password via ISHRemote

    Hi, I am testing the creation of new ISHUser via ISHRemote. I have set the FISHUSERLANGUAGE, FUSERGROUP, FISHUSERROLES and am trying to set the password after calling a strong password generator function. Are there constraints around what state…
  • ISHRemote - How do I use a user-defined list in Set-IshMetadataFilterField

    Hi, I want to use a list of usernames in Set-IshMetadataFilterField to filter out those users from the results returned. I have played around with versions of below but cannot arrive at the correct phrase. $safelist = @("name1", "name2") Set-IshMetadataFilterField…
  • 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…
1 2 3