-
Notifications
You must be signed in to change notification settings - Fork 355
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
Convert text output to PSCustomObject output #2
base: master
Are you sure you want to change the base?
Conversation
Here's what I get when I run this version: PS C:\Users\IEUser\Desktop\DeepBlueCLI-master> .\DeepBlue.ps1 Exiting... PS C:\Users\IEUser\Desktop\DeepBlueCLI-master> |
I am testing on PS 2 on Win7 SP1, I'd like to maintain compatibility with that |
FYI, Win 7 trial VMs are available here: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ |
Thanks for the feedback, I'll revisit it tonight and start testing against PS2 |
Tested some more with the Windows 7 VM from Microsoft. Looks like everything runs just as well as on Windows 10 |
I tried to preserve at least part of the previous text output by using the Write-{Verbose,Debug,Warning} functions
I've found that the descriptions (or Message attribute) look much better when piped to Format-List because they are output as arrays and don't get enough screen real estate otherwise
Thoughts on the output formats or anything else? Suggestions are always welcome