Prune / Delete Backups with Windows Server Backup

Enter the following command to keep 100 versions of backups online. You can change the number to whatever is desired in terms of retention.

wbadmin delete backup -keepVersions:100 -quiet

The parameter -quiet is required otherwise you'll get every prompt to remove missing from the catalog (on another disk).