Veeam Diagrammer: A #powershell module to automatically generate Veeam Backup & Replication resource topology diagrams by just typing a PowerShell cmdlet and passing the name of the Veeam Backup Server
I'm using module version v0.8.11 and latest of diagrammer modules and other dependencies.
Generating the .html report on Windows Server 2022.
The .png infrastructure diagram looks like the screenshot. See the weird line drawn on the right.
Object Storage is not used in my case, but it's shown on the diagram. Not that much of an issue, but if possible, would be nice to just not show in that case.
Bug description
I'm using module version v0.8.11 and latest of diagrammer modules and other dependencies. Generating the .html report on Windows Server 2022.
The .png infrastructure diagram looks like the screenshot. See the weird line drawn on the right.
Object Storage is not used in my case, but it's shown on the diagram. Not that much of an issue, but if possible, would be nice to just not show in that case.
Command-line input
New-AsBuiltReport -Report Veeam.VBR -Target vbrserver -Format Html -OutputFolderPath 'C:\Utils\AsBuiltReport-Veeam\output' -ReportConfigFilePath 'C:\Utils\AsBuiltReport-Veeam\VeeamAsBuiltconfig.json' -Verbose -timestamp
Steps to reproduce
ran the command with latest versions as of today.
Expected behaviour
Issue 2 to be addressed
Screenshots
Operating System
Windows Server 2022
PowerShell Version
Name Value
PSVersion 5.1.20348.2400 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.20348.2400 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
PowerShell Modules
Name Version
AsBuiltReport.Core 1.4.0 AsBuiltReport.Veeam.VBR 0.8.11 Diagrammer.Core 0.2.11 PScribo 0.10.0 Veeam.Diagrammer 0.6.12
Additional Context
No response
Before submitting