• 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…
  • How to get the Log Details Event from a Publication GUID?

    Hello, We developed a reporting tool and I need to access to the log event details from the Publication Report output when the publication is in status failed. I found that there is a class named EventMonitor with a method GetEventDetail which requires…
  • 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.
  • How to use Get-IshEvent to return more than just Recent Publishing events

    Hi, I'm new to ISHRemote coding, but I developed the following code to try to return all publishing events that occurred in the last 30 days ... Instead that returns "RECENT" publish event information. I'm looking for what I need to do to get IshRemote…