Pardon my density (destiny?), the Wiki mentions PowerOrion, but I cannot seem to find the files PowerOrion.psm1 and PowerOrion.psd1 files on GitHub. Where can I download them?
There is a "releases" link in the middle of the bar area that is above the green button labeled "Clone or download"
It is part of the sources on github located here
Thanks, that was sorta more helpful.
Being a GitN00b, I could find no way to download them. Right clicking the link, and doing a save as saves the HTML, which produces colorful red errors like:
PS C:\Windows\System32\WindowsPowerShell\v1.0\Modules> Import-Module .\PowerOrion.psd1
Import-Module : The module manifest 'C:\Windows\System32\WindowsPowerShell\v1.0\Modules\PowerOrion.psd1'
could not be processed because it is not a valid Windows PowerShell restricted language file. Remove the elements that are not permitted by the restricted language:
So I had to screen scrape it.
Is there a better way?
It would be nice if they were distributed with the rest of the SDK, or if the Wiki would mention how it's done by the Big Guys.
You install the OrionSDK and go to the Samples/Powershell directory
You can download the sdk by from the OrionSDK releases page
Nope. Not there. Maybe it used to be on earlier versions?
It's interesting that if I browse to
GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in Powe…
there's no link to:
Releases · solarwinds/OrionSDK · GitHub
Is it my GitN00biness? Is everyone supposed to know to tag on /Releases to the main URL?
=seymour=