Help with Get-SqlBackupHistory

Afternoon all
Does anyone familiar with Get-SqlBackupHistory know how to retrieve msdb.dbo.backupset.name? I have a need to retrieve NetBackup events (Log, Incremental, Full) and have been unable to figure out how to extract.
Have tried:

$OutTable = Get-SqlBackupHistory -ServerInstance $instance -DatabaseName $DBName

Which does return NetBackup events, but when I try to filter

$OutTable = Get-SqlBackupHistory -ServerInstance $instance -DatabaseName $DBName | Select-Object DatabaseName, BackupSetType, BackupStartDate, BackupFinishDate

I only get my SQL native backups

It may help when you showed some (sanitized) sample output. Not all of us have access to an SQL server with NetBackup. :point_up:t3: :man_shrugging:t3: