I have a new ISHRemote project and I wanted to use the latest version. Right now we are using Tridion Docs 14 and my old ISHRemote scripts work. Will the scripts also work when we upgrade to version 15?
It appears that I am using ISHRemote version 3, if I read this correctly:
Get-IshVersion
Major Minor Build Revision
----- ----- ----- --------
14 0 4730 3
It looks like ISHRemote is now at version 7.0.0 here:
www.powershellgallery.com/.../7.0.0
Is this release backwards-compatible?
Can I install it with this command:
Install-Module -Name ISHRemote -Repository PSGallery -Scope CurrentUser
Thanks,
Mark Giffin