DPM 2025 Tape Expiration

Posted by technolocloud@reddit | sysadmin | View on Reddit | 0 comments

Where is the expiration date for tape media stored within DPM 2025?

Running this script does not return the last two values at all. Label shows but that is it. Basically, I'm looking for all media that has been used with a protection group that is expired which I can use. I may choose to automate setting them to 'free' upon expiration but I need to see which ones have expired first.

Get-ProtectionGroup -DPMServerName SERVERNAME | Get-DPMTape | Where-Object {-not $_.Library} | Select Label, Status, ExpirationDate