I am trying to run the BrowserExtensionReporting module via Orbital. It is installed, saved in "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\BrowserExtensionReporting", and I think Orbital can find it:
Get-Item "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\BrowserExtensionReporting"

However, when I try to run its sole function, Orbital returns nothing back to the Standard Out. I've used Orbital with the ActiveDirectory module with no issues. Thanks!