Hello
I'm just looking for a bit of advice regarding maintaining a script repository. I notice when i look at an exported XML backup of a script collection it has a couple of ways to specify a path to a script file. Currently i use <file> and then a path to a network share (\\share\scripts) but i was wondering if there was a convenient way to store these scripts on the internet in a way that i can manage.
I notice there is functionality in the Rescue Administration Center to just click "Add Script" and that seems to upload it somewhere onto the internet but doing that for more than a couple of scripts would become cumbersome. In the XML export for a collection with one such script i notice
<storageid></storageid><path>script.bat</path>
I've redacted the storage ID here, but is there any way to access the storage this ID points to? Does it conform to a standard i could use to host my own repo and just put my own storage ID in there?