Skip to content
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

Closed
kevkoala opened this issue Jan 4, 2022 · 2 comments
Closed

'Invoke-AsBuiltReport.Veeam.VBR' is not recognized #2

kevkoala opened this issue Jan 4, 2022 · 2 comments

Comments

@kevkoala
Copy link

kevkoala commented Jan 4, 2022

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

  • New-AsBuiltReport -Report Veeam.VBR -Target '(IP-removed)' -Username ...
  •   + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
      + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-AsBuiltReport
    
    

PS C:\reports>

@rebelinux
Copy link
Collaborator

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,

@kevkoala
Copy link
Author

kevkoala commented Jan 14, 2022 via email

rebelinux added a commit that referenced this issue Jan 14, 2022
rebelinux added a commit that referenced this issue Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants