Skip to main content

Diagramming the Veeam Backup & Replication Infrastructure


Show first post

61 comments

jcolonfzenpr
  • Author
  • Experienced User
  • 65 comments
  • October 9, 2024
MarcoLuvisi wrote:

Hello @jcolonfzenpr,

Iā€™ve tryed to made update, but 'Backup-Infrastructureā€™ result with error and donā€™t create output.

Thanks for your reply.

Hi,

Can you send me the logs?

Enable powershell debugging:

$global:VerbosePreference = 'Continue'
$global:DebugPreference = 'Continue'
Start-Transcript -Path .\Output.log
New-VeeamDiagram -Target <-- change this part -->
Stop-Transcript

The commands generate the Output.log file which you can send to me at:

jcolonf@zenprsolutions.com

After saving the log, reset powershell to default settings:

$global:VerbosePreference = 'SilentlyContinue'
$global:DebugPreference = 'SilentlyContinue'

 


MarcoLuvisi
Forum|alt.badge.img+5
  • Influencer
  • 271 comments
  • October 9, 2024
jcolonfzenpr wrote:
MarcoLuvisi wrote:

Hello @jcolonfzenpr,

Iā€™ve tryed to made update, but 'Backup-Infrastructureā€™ result with error and donā€™t create output.

Thanks for your reply.

Hi,

Can you send me the logs?

Enable powershell debugging:

$global:VerbosePreference = 'Continue'
$global:DebugPreference = 'Continue'
Start-Transcript -Path .\Output.log
New-VeeamDiagram -Target <-- change this part -->
Stop-Transcript

The commands generate the Output.log file which you can send to me at:

jcolonf@zenprsolutions.com

After saving the log, reset powershell to default settings:

$global:VerbosePreference = 'SilentlyContinue'
$global:DebugPreference = 'SilentlyContinue'

 

Ok I go to generate.

 

 


MarcoLuvisi
Forum|alt.badge.img+5
  • Influencer
  • 271 comments
  • October 11, 2024

Hi @jcolonfzenpr do you have any news ?
Thanks !


jcolonfzenpr
  • Author
  • Experienced User
  • 65 comments
  • October 11, 2024
MarcoLuvisi wrote:

Hi @jcolonfzenpr do you have any news ?
Thanks !

  Could you run these cmdlet and send me the logs again?

Thanks!

update-Module Diagrammer.core -force    

update-Module Veeam.Diagrammer -force

Import-Module Diagrammer.Core -Force 

Import-Module Veeam.Diagrammer -Force

 Enable powershell debugging:

$global:VerbosePreference = 'Continue'
$global:DebugPreference = 'Continue'
Start-Transcript -Path .\Output.log
New-VeeamDiagram -Target <-- change this part -->
Stop-Transcript

The commands generate the Output.log file which you can send to me at:

jcolonf@zenprsolutions.com

After saving the log, reset powershell to default settings:

$global:VerbosePreference = 'SilentlyContinue'
$global:DebugPreference = 'SilentlyContinue'

 


MarcoLuvisi
Forum|alt.badge.img+5
  • Influencer
  • 271 comments
  • October 11, 2024

Hello @jcolonfzenpr !

after a new PS execute of:

update-Module Diagrammer.core -force    

update-Module Veeam.Diagrammer -force

Import-Module Diagrammer.Core -Force 

Import-Module Veeam.Diagrammer -Force

The procedure have generate correctly the Backup-Infrastructure diagram.

Many thanks !


jcolonfzenpr
  • Author
  • Experienced User
  • 65 comments
  • October 12, 2024

Glad to hear it worked.

I have other projects that you can help me test if they work in your environment.

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365

Please let me know the results!


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8492 comments
  • October 12, 2024
jcolonfzenpr wrote:

Glad to hear it worked.

I have other projects that you can help me test if they work in your environment.

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365

Please let me know the results!

Sounds like some more testing is due. šŸ‘


MarcoLuvisi
Forum|alt.badge.img+5
  • Influencer
  • 271 comments
  • October 13, 2024
jcolonfzenpr wrote:

Glad to hear it worked.

I have other projects that you can help me test if they work in your environment.

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365

Please let me know the results!

@jcolonfzenpr I have made post on Community about AsBuiltReport remember ?


MarcoLuvisi
Forum|alt.badge.img+5
  • Influencer
  • 271 comments
  • October 13, 2024
jcolonfzenpr wrote:

Glad to hear it worked.

I have other projects that you can help me test if they work in your environment.

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365

Please let me know the results!

 

Try to upgradeā€¦


PS C:\Users\Administrator> update-Module AsBuiltReport.Veeam.VBR -force
PackageManagement\Install-Package : The Authenticode issuer 'System.Object[]' of the new module 'PScriboCharts' with version '0.9.0' does not match the Authenticode issuer 'System.Object[]' of the previously installed module 'PScriboCharts' with version '0.9.0'. If you still wish to install or upgrade, use the parameter -SkipPublisherCheck.
On C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:2089 car:20
+ ...           $sid = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidOperation: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package],   Exception  + FullyQualifiedErrorId : AuthenticodeIssuerMismatch,Validate-ModuleAuthenticodeSignature,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage


jcolonfzenpr
  • Author
  • Experienced User
  • 65 comments
  • October 14, 2024
MarcoLuvisi wrote:
jcolonfzenpr wrote:

Glad to hear it worked.

I have other projects that you can help me test if they work in your environment.

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365

Please let me know the results!

 

Try to upgradeā€¦


PS C:\Users\Administrator> update-Module AsBuiltReport.Veeam.VBR -force
PackageManagement\Install-Package : The Authenticode issuer 'System.Object[]' of the new module 'PScriboCharts' with version '0.9.0' does not match the Authenticode issuer 'System.Object[]' of the previously installed module 'PScriboCharts' with version '0.9.0'. If you still wish to install or upgrade, use the parameter -SkipPublisherCheck.
On C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:2089 car:20
+ ...           $sid = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidOperation: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package],   Exception  + FullyQualifiedErrorId : AuthenticodeIssuerMismatch,Validate-ModuleAuthenticodeSignature,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage


 Can you run these cmdet?

Uninstall-Module PScriboCharts -Force
Install-Module PScriboCharts -Force
Uninstall-Module AsBuiltReport.Veeam.VBR -force
Install-Module AsBuiltReport.Veeam.VBR -force

Please let me know the results!


MarcoLuvisi
Forum|alt.badge.img+5
  • Influencer
  • 271 comments
  • October 14, 2024
jcolonfzenpr wrote:
MarcoLuvisi wrote:
jcolonfzenpr wrote:

Glad to hear it worked.

I have other projects that you can help me test if they work in your environment.

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR

https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365

Please let me know the results!

 

Try to upgradeā€¦


PS C:\Users\Administrator> update-Module AsBuiltReport.Veeam.VBR -force
PackageManagement\Install-Package : The Authenticode issuer 'System.Object[]' of the new module 'PScriboCharts' with version '0.9.0' does not match the Authenticode issuer 'System.Object[]' of the previously installed module 'PScriboCharts' with version '0.9.0'. If you still wish to install or upgrade, use the parameter -SkipPublisherCheck.
On C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:2089 car:20
+ ...           $sid = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidOperation: (Microsoft.Power....InstallPackage:InstallPackage) [Install-Package],   Exception  + FullyQualifiedErrorId : AuthenticodeIssuerMismatch,Validate-ModuleAuthenticodeSignature,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage


 Can you run these cmdet?

Uninstall-Module PScriboCharts -Force
Install-Module PScriboCharts -Force
Uninstall-Module AsBuiltReport.Veeam.VBR -force
Install-Module AsBuiltReport.Veeam.VBR -force

Please let me know the results!

Same error after step 4 try to install module AsBuiltReport.Veeam

Now is not longer installed:
 

But if:

Uninstall-Module PScriboCharts -Force

Install-Module AsBuiltReport.Veeam.VBR -Force

The module install all modules correctly:

 


Comment