Describe the bug
When running Get-IntersightComputeBladeIdentity -Serial 'FCH12345678', the command returns the expected blade detail. However, running Get-IntersightComputeBladeIdentity -Serial 'FCH12345678' -ErrorAction Continue (or any error action) returns no data.
To Reproduce
Run Get-IntersightComputeBladeIdentity -Serial 'FCH12345678' -ErrorAction <Any>
The same behavior is exhibited if -Moid is used instead of -Serial - this appears to be an issue with the -ErrorAction parameter itself.
Version used
- Intersight PowerShell Module version? 1.0.11.2026041816
- Intersight Appliance Version (if using an Intersight Appliance as target) 1.1.6-1.a
Expected behavior
The -ErrorAction parameter should only modify the output of the function if an error is encountered. If the function runs as expected and encounters no errors, -ErrorAction should not modify the output in any way.
Screenshots

Additional context
Add any other context about the problem here.
Describe the bug
When running
Get-IntersightComputeBladeIdentity -Serial 'FCH12345678', the command returns the expected blade detail. However, runningGet-IntersightComputeBladeIdentity -Serial 'FCH12345678' -ErrorAction Continue(or any error action) returns no data.To Reproduce
Run
Get-IntersightComputeBladeIdentity -Serial 'FCH12345678' -ErrorAction <Any>The same behavior is exhibited if
-Moidis used instead of-Serial- this appears to be an issue with the-ErrorActionparameter itself.Version used
Expected behavior
The
-ErrorActionparameter should only modify the output of the function if an error is encountered. If the function runs as expected and encounters no errors,-ErrorActionshould not modify the output in any way.Screenshots

Additional context
Add any other context about the problem here.