VeeamHub / powershell

Various Veeam products related PowerShell scripts
MIT License
281 stars 118 forks source link

Formatting Issue on Job Policy #199

Closed dgroeschen closed 11 months ago

dgroeschen commented 1 year ago

Describe the bug The output html file does not properly display the policy name when spacing or dashes appear in the policy name. This does not appear to affect policy names with underscores in them.

To Reproduce Steps to reproduce the behavior:

  1. Create Policy Name "Example - Test Backup"
  2. Run Backup
  3. Run BR-Morning Report
  4. See Policy name in report only shows "Example"

Expected behavior The output should have the correct Policy name listed next to the machine

Screenshots If applicable, add screenshots to help explain your problem.

Veeam (please complete the following information):

Additional context

cevans3505 commented 1 year ago

@dgroeschen I'm not the original author of this script, but I believe I see where the issue is in the code. If you would be willing to share at least a screenshot illustrating what you're referring to exactly, I can likely fix this rather easily.