-
- Lurker
- Posts: 2
- Liked: never
- Joined: Oct 22, 2016 10:50 pm
- Full Name: Richard
- Contact:
Report on tapes used and free script to create in version 9
Is there a script that can be run to email me the list of tapes that are free in b&R version 9 I looked at the commands in Veeam Backup and Replication and all point to V8.
-
- Product Manager
- Posts: 20409
- Liked: 2299 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Report on tapes used and free script to create in versio
Tape commandlets have changed significantly between version 8 and version 9. So, you still can use the following construction to find out bardcodes of free tapes:
Then, you need to generate an email, using Windows PowerShell functionality and pass list of barcodes as an email body.
Thanks.
Code: Select all
Get-VBRTapeMedium | ?{($_.isfree -eq $True)} | select Barcode
Thanks.
Who is online
Users browsing this forum: No registered users and 10 guests