Simple PowerShell script which will export all the alerts from an Orion system to the local file system.

If you'd like to export only your alerts add:
WHERE Canned = 'False'
If you only want to only export enabled alerts, you can add:
WHERE Enabled = 'True'