Hi,
I have the following use case I need to implement ASAP. I have several large lists of pubs - the lists contain the GUIDs, the relevant versions, and metadata values that I need to write into a custom metadata field - FINFAPRODUCTMETADATA.
I've tried investigating IshRemote, but I haven't been able to accomplish this - I've been poring over the help files and any examples I can find here in the dev forum, but to no avail so far. Can this be done with IshRemote cmdlets? Or would it be better/easier to use the API wrapper, eg calls like $mySession.PublicationOutput25.Find?
Note I don't have any issues with general PS coding, eg the parsing of CSV files and such - the only problem I'm unable to solve is finding the correct way to find the objects in Tridion and then update the metadata field.
One last thing I was hoping for wrt to this project... I also need to update the metadata of any pub versions that are later than the version I'm targeting. I'm aware that the Version field is a text field - I can write my own comparator for that. I'm just hoping that someone could point me to a working code example for listing all the versions of a publication.
I'm on Tridion Docs 14sp4, btw, in case that matters. Thanks for any help!
