Get-RemoteProgram

$ScriptFromGithHub = Invoke-WebRequest https://raw.githubusercontent.com/rijdz/Get-RemoteProgram/master/Get-RemoteProgram.ps1
Invoke-Expression $($ScriptFromGithHub.Content)