I would like to get Backup details via PowerShell. Is this possible?
I.e. what I would like to see, via powershell, on a backup, which proxy is in use.
So I can go in details to see which sessions are in execution of a working job:
Code: Select all
Get-VBRBackupSession | ?{$_.State -eq "Working"} | Get-VBRTaskSession
I need to know which Proxy are in use
Thanks!
Simon