PowerShell script exchange
Post Reply
xefil
Enthusiast
Posts: 39
Liked: never
Joined: Jan 13, 2012 8:08 am
Contact:

Script to query Session Details

Post by xefil »

Hello,

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
But from here I have no idea how to get details like the ones seen on "Statistics" during a job execution.
I need to know which Proxy are in use

Thanks!

Simon
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Script to query Session Details

Post by veremin »

If you want to get this information for currently running jobs, take a look at this script. Thanks.
Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests