1 2 3 4 5 6 |
Add-PSSnapin VeeamPSSnapin $free = Get-VBRTapeMediaPool -Name Free $pool = Get-VBRTapeMediaPool -Name FileServer $tape = Get-VBRTapeMedium -MediaPool $pool | where {$_.isExpired -eq $True} Move-VBRTapeMedium -Medium $tape -MediaPool $free |