Can you maybe write out an example of how the output should be? It looks to me like you're trying to create a PSCustomObject (I think we discussed this in another thread), but I'm not quite clear on the intended output.
Similarly, you mention Veeam Web Address; I'm afraid I don't quite get your goal here, so can you explain a bit more or show what you're trying to achieve? We can better advise if you provide perhaps an example output made by hand.
David Domask | Product Management: Principal Analyst
JobName Result StartTime EndTime Backup MB
------- ------ --------- ------- ---------
restore point - 192.168.0.40 Success 2024-04-17 오후 3:21:03 2024-04-17 오후 3:23:24 2476
restore point - 192.168.0.40 Success 2024-04-17 오후 3:00:33 2024-04-17 오후 3:02:56 0
restore point - 192.168.0.40 Success 2024-04-17 오후 2:11:51 2024-04-17 오후 2:14:11 2476
restore point - 192.168.0.40 Success 2024-04-17 오후 1:14:42 2024-04-17 오후 1:19:07 9499
JobName Result StartTime EndTime Backup MB JobType
------- ------ --------- ------- ---------
restore point - 192.168.0.40 Success 2024-04-17 오후 3:21:03 2024-04-17 오후 3:23:24 2476 full
restore point - 192.168.0.40 Success 2024-04-17 오후 3:00:33 2024-04-17 오후 3:02:56 0 incremental
restore point - 192.168.0.40 Success 2024-04-17 오후 2:11:51 2024-04-17 오후 2:14:11 2476 full
restore point - 192.168.0.40 Success 2024-04-17 오후 1:14:42 2024-04-17 오후 1:19:07 9499 full
I added a way to get the JobType from Get-VBRBackupSession CBackupSession object, then just add that to the Select statement. You can add it wherever you want, I just put it 2nd for convenience.
David Domask | Product Management: Principal Analyst