-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
'Invoke-AsBuiltReport.Veeam.VBR' is not recognized #2
Comments
Hello, Sorry for the delay, it has been a busy week. As for the report, it is still in an early stage of development. I recently issued the first pull request and I am waiting for the project manager to analyze and approve it. In the meantime you can use the following link as an example for preliminary testing. Thanks, |
Hi,
Thanks for getting back to me, but I'm still not seeing any data collected.
As you can see from the output below my version is not even trying to load
the modules which it should do after timestamp [ 10:21:27:461 ].
I can see that the other modules have been loaded to the session correctly:
PS C:\Users\Kevin Mcdonnell> Get-Module
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.1.0 AsBuiltReport.Core
{New-AsBuiltConfig, New-AsBuiltReport, New-AsBuiltReportConfig}
Manifest 3.1.0.0 Microsoft.PowerShell.Management {Add-Computer,
Add-Content, Checkpoint-Computer, Clear-Content...}
Manifest 3.0.0.0 Microsoft.PowerShell.Security
{ConvertFrom-SecureString, ConvertTo-SecureString, Get-Acl,
Get-AuthenticodeSignature...}
Manifest 3.1.0.0 Microsoft.PowerShell.Utility {Add-Member,
Add-Type, Clear-Variable, Compare-Object...}
Script 0.9.1 PScribo {BlankLine,
Document, DocumentOption, Export-Document...}
Script 2.0.0 PSReadline
{Get-PSReadLineKeyHandler, Get-PSReadLineOption,
Remove-PSReadLineKeyHandler, Set-PSReadL...
Manifest 1.0 Veeam.Backup.PowerShell {Add-CTFile,
Add-HP3Snapshot, Add-HP3Storage, Add-HP4Snapshot...}
PS C:\Users\Kevin Mcdonnell>
Any thoughts?
cheers,
Kev
VERBOSE: [ 10:21:27:385 ] [ Document ] - Setting document style 'OK'.
VERBOSE: [ 10:21:27:393 ] [ Document ] - Setting table style 'TableDefault'.
VERBOSE: [ 10:21:27:394 ] [ Document ] - Setting table style 'Borderless'.
VERBOSE: [ 10:21:27:396 ] [ Document ] - Processing document header started.
VERBOSE: [ 10:21:27:398 ] [ Document ] - Processing paragraph 'Veeam VBR As
Built Report - v1.0'.
VERBOSE: [ 10:21:27:400 ] [ Document ] - Processing document header
completed.
VERBOSE: [ 10:21:27:408 ] [ Document ] - Processing document footer started.
VERBOSE: [ 10:21:27:410 ] [ Document ] - Processing paragraph 'Page <!#
PageNumber #!>'.
VERBOSE: [ 10:21:27:411 ] [ Document ] - Processing document footer
completed.
VERBOSE: [ 10:21:27:413 ] [ Document ] - Processing blank line.
VERBOSE: [ 10:21:27:415 ] [ Document ] - Processing image 'Veeam Logo'.
VERBOSE: [ 10:21:27:425 ] [ Document ] - Processing blank line.
VERBOSE: [ 10:21:27:436 ] [ Document ] - Processing paragraph 'Veeam VBR As
Built Report'.
VERBOSE: [ 10:21:27:444 ] [ Document ] - Processing blank line.
VERBOSE: [ 10:21:27:445 ] [ Document ] - Processing table 'Cover Page'.
VERBOSE: [ 10:21:27:447 ] [ Document ] - Processing page break.
VERBOSE: [ 10:21:27:450 ] [ Document ] - Processing table of contents
'Table of Contents'.
VERBOSE: [ 10:21:27:451 ] [ Document ] - Processing page break.
VERBOSE: [ 10:21:27:461 ] [ Document ] - Document 'Veeam VBR As Built
Report' processing completed.
VERBOSE: [ 10:21:27:463 ] [ Document ] - Total processing time '0.15'
seconds.
Veeam VBR As Built Report 'Veeam VBR As Built Report' has been saved to
'C:\data\reports\output\'.
PS C:\Users\Kevin Mcdonnell>
…On Tue, 11 Jan 2022 at 18:59, Jonathan Colon ***@***.***> wrote:
Hello,
Sorry for the delay, it has been a busy week. As for the report, it is
still in an early stage of development. I recently issued the first pull
request and I am waiting for the project manager to analyze and approve it.
In the meantime you can use the following link as an example for
preliminary testing.
https://technomyth.zenprsolutions.net/2021/12/22/homelab-veeam-vbr-documentation-with-asbuiltreport/
Thanks,
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AED7ZJKZJTTUDMR2DAWQRKLUVR4XXANCNFSM5LH34ZFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Having installed both the module as descibed, plus the core (which was not mentioned in your prep) to provide the basic functions, it failes to find the required module, script or function.
The "auto install" failed, so I cloned the github repo, and put in a subfolder called "0.1.0", as the "latest release" is also empty.
Config was carried out:
New-AsBuiltReportConfig -Report Veeam.VBR -FolderPath C:\reports -Filename k1
New-AsBuiltReport -Report Veeam.VBR -Target '(IP-Address-Removed)' -Username '(name-removed)' -Password '(removed)' -Format Html,Word -OutputFolderPath 'C:\reports' -Timestamp
It then produces this error:
< As Built Report Configuration >
Would you like to save the As Built Report configuration file? (y/n): y
Enter a name for the As Built Report configuration file [AsBuiltReport]: AsBuiltReport.Veeam
Enter the path to save the As Built Report configuration file [c:\reports]:
Please wait while the Veeam VBR As Built Report is being generated.
New-AsBuiltReport : The term 'Invoke-AsBuiltReport.Veeam.VBR' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
PS C:\reports>
The text was updated successfully, but these errors were encountered: