We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report not create backup copy job description. VBR v12. VMware VM Backup.
New-AsBuiltReport -Report Veeam.VBR -Target $VBRSRV -Credential $Creds -Format Html,Text,Word -OutputFolderPath $FolderPath -EnableHealthCheck -AsBuiltConfigPath $FolderPath\AsBuiltReport.json -ReportConfigFilePath $FolderPath\AsBuiltReport.Veeam.VBR.json -Timestamp
Install Install-Module AsBuiltReport.Veeam.VBR -scope AllUsers -force -SkipPublisherCheck -AllowClobber Create config file New-AsBuiltReportConfig -Report Veeam.VBR -FolderPath $FolderPath -Force Run New-AsBuiltReport -Report Veeam.VBR -Target $VBRSRV -Credential $Creds -Format Html,Text -OutputFolderPath $FolderPath -EnableHealthCheck -ReportConfigFilePath $FolderPath\AsBuiltReport.Veeam.VBR.json Edit config to increase job InfoLevel to 2 Run Run New-AsBuiltReport -Report Veeam.VBR -Target $VBRSRV -Credential $Creds -Format Html,Text -OutputFolderPath $FolderPath -EnableHealthCheck -ReportConfigFilePath $FolderPath\AsBuiltReport.Veeam.VBR.json
Backup Copy Jobs Detailed report
No response
Windows Server 2019
Name Value
PSVersion 5.1.17763.3770 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.17763.3770 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
Name Version
AsBuiltReport.Core 1.3.0 AsBuiltReport.Veeam.VBR 0.7.2 AsBuiltReport.Veeam.VBR 0.7.0 PScribo 0.10.0
The text was updated successfully, but these errors were encountered:
Reviewing the report, you are absolutely right. I don't know how I overlooked not having information about the Backup Copy Jobs.
Sorry, something went wrong.
Fix V12 - No Backup Copy Jobs detail in report AsBuiltReport#104
ae5c1be
7b30ea6
rebelinux
Successfully merging a pull request may close this issue.
Bug description
Report not create backup copy job description.
VBR v12. VMware VM Backup.
Command-line input
New-AsBuiltReport -Report Veeam.VBR -Target $VBRSRV -Credential $Creds -Format Html,Text,Word -OutputFolderPath $FolderPath -EnableHealthCheck -AsBuiltConfigPath $FolderPath\AsBuiltReport.json -ReportConfigFilePath $FolderPath\AsBuiltReport.Veeam.VBR.json -Timestamp
Steps to reproduce
Install Install-Module AsBuiltReport.Veeam.VBR -scope AllUsers -force -SkipPublisherCheck -AllowClobber
Create config file New-AsBuiltReportConfig -Report Veeam.VBR -FolderPath $FolderPath -Force
Run New-AsBuiltReport -Report Veeam.VBR -Target $VBRSRV -Credential $Creds -Format Html,Text -OutputFolderPath $FolderPath -EnableHealthCheck -ReportConfigFilePath $FolderPath\AsBuiltReport.Veeam.VBR.json
Edit config to increase job InfoLevel to 2
Run Run New-AsBuiltReport -Report Veeam.VBR -Target $VBRSRV -Credential $Creds -Format Html,Text -OutputFolderPath $FolderPath -EnableHealthCheck -ReportConfigFilePath $FolderPath\AsBuiltReport.Veeam.VBR.json
Expected behaviour
Backup Copy Jobs Detailed report
Screenshots
No response
Operating System
Windows Server 2019
PowerShell Version
Name Value
PSVersion 5.1.17763.3770
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17763.3770
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
PowerShell Modules
Name Version
AsBuiltReport.Core 1.3.0
AsBuiltReport.Veeam.VBR 0.7.2
AsBuiltReport.Veeam.VBR 0.7.0
PScribo 0.10.0
Additional Context
No response
Before submitting
The text was updated successfully, but these errors were encountered: