-
Notifications
You must be signed in to change notification settings - Fork 8
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-OMEReport bug #7
Comments
I had this fixed a while back, just never got around to pushing a release. 3.1.0 should contain the fix! |
Thank you! |
I'm using 3.2.0 and still experiencing this bug. |
Alright, I'll take a look at this one again |
Thanks. It can be re-created by creating a report and then editing the report to change column order. |
Looks like its still an issue. I believe this is happening because the FormatOutput-Info function is sorting ColumnNames by Sequence and it should not because the ResultRows are not returned from OME in this order. The ResultRows are returned in the same order as the ColumnNames. When I remove 'Sort-Object Sequence' it provides results as expected. |
Try adding some columns to your existing report. Such as Hostname, Operating System Name, and OS Version. Then Save and try invoke-omereport. This is what I see after doing that: - Mismatch results from the invoke-omereport - Results from ReportResults - Results from ReportResults/ResultsRow |
What version of PowerShell are you using? I am seeing some differences between PS 5 and PS 7. |
Alright, I see what you're saying. Removed |
Published 3.3.1 that includes this fix. Thanks! |
There is a bug in the Invoke-OMEReport command.
Data is being retrieved, but the headers are mixed up.
See the attached screenshots.
The text was updated successfully, but these errors were encountered: