Hello everyone, thank you for your feedback.
To pick up on both Christoph’s and Stefan’s feedback the following response:
“we actually have documentation on this here:https://www.royalapps.com/go/kb-ts-win-powershellmodule-samples”
Yes! but actually no. doesn’t help me at least. The version of the mudule in the article is different from the latest release.
I wanted to use the “Open-RoyalServerDocument” or the Out function. From my point of view, this is not addressed in any of the samples.
“and here:https://www.royalapps.com/go/help-ts-powershellmodule-gettingstarted”
Here, too, I lack an example of how to use the function, in the respective examples I only find: “$doc = Open-RoyalServerDocument -RoyalServer $server -RoyalServerDocument $serverDocument” but this is not very helpful, because the interesting places (i.e. $server) are not explained how they should be used.
Specifically, I get the following error message: Cannot bind parameter ‘RoyalServer’. Cannot convert the “192.168.0.1” value of type “System.String” to type “RoyalDocumentLibrary.RoyalManagementEndpoint”.
How do I enter a value here that RoyalDocument can interpret?
In general, it seems to me that it is not intended to process documents on a RoyalServerStore from a client via Powershell? But then why is there the corresponding cmd-let? This assumption is supported for me once again when I only find examples to edit local documents.
“If you have any questions feel free to create a new support ticket here, and we’ll try to assist:https://www.royalapps.com/go/support-ticket-new” Should I create a ticket for this request or continue to discuss it in the forum, I imagine I’m not the only one who has already asked themselves these questions, and then it would be advantageous if this conversation is visible to everyone, wouldn’t it?
“You may also check out the github repo here for more real-world samples:https://www.royalapps.com/go/toolbox”
I have already read these, they are also very interesting, but they don’t help me much at the moment.
Regards Gabriel