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

Nutanix ASBuilt no longer generates results #18

Open
SobreroD opened this issue Feb 17, 2025 · 2 comments
Open

Nutanix ASBuilt no longer generates results #18

SobreroD opened this issue Feb 17, 2025 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@SobreroD
Copy link

SobreroD commented Feb 17, 2025

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
New-AsBuiltReport -Report Nutanix.PrismElement -Target prismcentral.recormedical.com -Credential (Get-Credential) -Format HTML,Word -OutputPath 'C:\test' -TimeStamp -Verbose

Expected behavior

New-AsBuiltReport : You cannot call a method on a null-valued expression.
At line:1 char:1

  • New-AsBuiltReport -Report Nutanix.PrismElement -Target prismcentral.r ...
  •   + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
      + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-AsBuiltReport
    
    

Screenshots

Image

Desktop (please complete the following information):

  • OS: windows 11 24h2 Feb CU
  • Browser [e.g. chrome, safari] Chrome or Edge
  • Version [e.g. 22] newest builds

Component | Version
AOS | 7.0
Epsilon | 4.0.0
Files Manager | 5.0.0.3December 11, 2024 2:46:37 PM
Licensing | LM.2024.2.7
MSP | 2.6.0.0
NCC | 5.1.0December 12, 2024 10:12:23 AM
PC | pc.2024.3
PC Core Services | 4.3.32
Security Dashboard CVE Data | 2024.10.1December 13, 2024 3:02:27 PM
Self Service | 4.0.0

Image

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@tpcarman
Copy link
Contributor

  • AOS 7.x is not currently supported.
  • Prism Central is not supported.

Nutanix have made major changes to their API which will require redevelopment of this module to support newer environments.

At present, due to limited time and access to Nutanix infrastructure, I have no immediate plans to update or redevelop the module.

https://github.com/orgs/AsBuiltReport/discussions/6

I will happily support others who wish to contribute to update this module.

@tpcarman tpcarman added the help wanted Extra attention is needed label Feb 17, 2025
@backbuu
Copy link

backbuu commented Feb 18, 2025

Hello Can you try follow this workaroud?

path C:\Program Files\WindowsPowerShell\Modules\AsBuiltReport.Nutanix.PrismElement\1.2.1\Src\Public\Invoke-AsBuiltReport.Nutanix.PrismElement.ps1

Commenting out lines 425 to 483 in Invoke-AsBuiltRreport.Nutanix.PrismElement.ps1. is a work around to let the script continue to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants