Skip to main content

Hello,

 

As you may know I have been working for some time with several tools to document or diagram the Veeam Backup & Replica Infrastructure.

 

In the latest version of Veeam.Diagrammer the ability to generate a diagram of the infrastructure has been added.

 

Here is the link:

https://techmyth.blog/posts/veeam-diagraming-infra/

 

Greetings from the Caribbean :)

 

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'

 


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.

 

 


Hi @jcolonfzenpr do you have any news ?
Thanks !


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'

 


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 !


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!


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. 👍


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 ?


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.Objecte]' of the new module 'PScriboCharts' with version '0.9.0' does not match the Authenticode issuer 'System.ObjectO]' 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) aInstall-Package],   Exception  + FullyQualifiedErrorId : AuthenticodeIssuerMismatch,Validate-ModuleAuthenticodeSignature,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage


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.Objecte]' of the new module 'PScriboCharts' with version '0.9.0' does not match the Authenticode issuer 'System.ObjectO]' 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) aInstall-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!


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.Objecte]' of the new module 'PScriboCharts' with version '0.9.0' does not match the Authenticode issuer 'System.ObjectO]' 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) aInstall-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