Does anyone have a script that can check the used capacity across all tapes in a job.
I've been asked to provide the totals for data domain sizing but do not have access to Veeam ONE
Thanks
-
- Service Provider
- Posts: 42
- Liked: 5 times
- Joined: Aug 08, 2014 1:51 pm
- Full Name: Barry Knox
- Contact:
Tape Used Capacity
VMCE
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Tape Used Capacity
Check the following example:
Thanks.
Code: Select all
ASnp VeeamPSSNapin
Get-VBRTapeMedium | Format-Table @{N="Barcode";E={$_.barcode}}, @{N="Used space";E={($_.capacity - $_.free)/1gb}}, @{N="Capacity";E={($_.capacity)/1gb}}
-
- Service Provider
- Posts: 42
- Liked: 5 times
- Joined: Aug 08, 2014 1:51 pm
- Full Name: Barry Knox
- Contact:
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Tape Used Capacity
You're welcome. Contact us, if other assistance with scripting is needed.
Who is online
Users browsing this forum: No registered users and 8 guests