AsBuiltReport / AsBuiltReport.Veeam.VBR

Repository for AsBuiltReport Veeam Backup & Replication module
https://techmyth.blog/posts/homelab-veeam-vbr-doc-with-asbuiltreport/
MIT License
53 stars 26 forks source link

apply a -sort to get-VBRJob to have a cleanner report #56

Closed NiGRaz closed 2 years ago

NiGRaz commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Have clean report sort by naming job , i run script on multiple veeam environement with lot of job. And generaly , report is cleanner with a sort name sortjob

Describe the solution you'd like A clear and concise description of what you want to happen.

just a sort parameter on all get-AbrVbrBackupjobXXXX.ps1 , on line $Bkjobs = Get-VBRJob -WarningAction SilentlyContinue |Sort "Name"

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

rebelinux commented 2 years ago

The fix will be released in v0.5.5. Feel free to continue the bug hunting.

Thanks!