When I ran the following in ruby:
`powershell.exe -executionpolicy unrestricted -command get-module -listavailable`
... the result I get is different than if I just run cmd and execute:
powershell.exe -executionpolicy unrestricted -command get-module -listavailable
How can I fix this, so I can give the same result?
source share