I am looking for a way to reliably safe some variables of a computer, preferably in the cloud.
I noticed there’s a function Set-ImmyBlob and Get-ImmyBlob, which is really what I want, but seems like it simply gets reset after some time or after computer reboots. Is there any other ways to save it and then retrieve?
Ideally, I would want to save some complex-ish powershell/json objects, a few levels deep.
Am I doing anything wrong with Set-ImmyBlob? Is there a better way that I haven’t found yet?