Get-VBORestoreSession gives all restore sessions for all organization, but as far as I can tell without the specific organization in the results so it's not possible to see which record is for which organization.
Solution:
a) add a -Organization parameter to the cmdlet
b) or, add the organizationname to output
c) do both
Interestingly, this information is visible in the console and it also seems available when using restapi.
Or, if there is another way (direct .net commands?) to get the organization name I'd love to know that
