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
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
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,New-AsBuiltReport
Screenshots
Desktop (please complete the following information):
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
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
No branches or pull requests
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
Screenshots
Desktop (please complete the following information):
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
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: