How do I reload an open document in PowerShell?
Do I need to close it and re-open it with three piped commands like this, or is there a better way?
Out-RoyalDocument -Document $RoyalDocument -Confirm:$false | Close-RoyalDocument -Document $RoyalDocument -Confirm:$false | Open-RoyalDocument -FileName $RoyalDocument.Filename -Password $RoyalDocumentPassword -Store $RoyalStore
First post.
I’m a longtime ASG Remote Desktop user considering a switch to Royal TS/X for it’s cross-platform client.
I’m learning the Royal TS PowerShell module – oh so slowly, but I’ll get there.
Thanks!