This release was about interactive usage, less typing and more valuable information. The sample based introduction is on ReleaseNotes-ISHRemote-0.7; worth a click. The full details are below.
If you don't know what PowerShell or ISHRemote are about. Or don't know how to install it, then have a look at the videos and supporting blogposts on https://community.sdl.com/product-groups/sdl-tridion-dx/tridion-docs/b/weblog/posts/automating-tasks-in-sdl-tridion-docs-using-powershell
-IshSession
New-IshSession
$ishSession
-IshSession $ishSession
IshSession
-RequestedMetadata
Descriptive
Basic
FSTATUS
FTITLE
PSNoteProperty
IshObject
IshDocumentObj
IshPublicationOutput
*.format.ps1xml
Get-IshBackgroundTask
New-IshDitaGeneralizedXml
New-IshObfuscatedFile
Test-IshValidXml
If you want to know the details and have links to the source code, have a look at https://github.com/sdl/ISHRemote/releases/tag/v0.7
Have fun,Dave
This looks like a great update for those of us using PowerShell for interactive scripts. Getting rid of Add-Properties is a fantastic improvement that should simplify the code and improve performance for us dramatically.