What are the options to mass Export/Edit/Import Alert Configurations for Orion 2015.1.2 (NPM 11.5.2)?
Actions taken so far with apparent dead-ends without upgrading Solarwinds:
Using Solarwinds web browser UI, only one alert can be exported at a time.
The Solarwinds Powershell modules (SwisPowerShell and PowerOrion) were installed on an evaluation server (MS Windows 2008 Standard SP2 server, Powershell 3.0), but the following error is received upon attempting to use the Orion.AlertConfigurations verb to export an alert.
PS C:\ps> $ExportedAlert = Invoke-SwisVerb $swis Orion.AlertConfigurations Export 1
Invoke-SwisVerb : Verb Orion.AlertConfigurations.Export: Not found
At line:1 char:18
+ $ExportedAlert = Invoke-SwisVerb $swis Orion.AlertConfigurations Export 1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Invoke-SwisVerb], FaultException`1
+ FullyQualifiedErrorId : SwisError,SwisPowerShell.InvokeSwisVerb
PS C:\ps> $PSVersionTable
Name Value
---- -----
WSManStackVersion 3.0
PSCompatibleVersions {1.0, 2.0, 3.0}
SerializationVersion 1.1.0.1
BuildVersion 6.2.9200.16398
PSVersion 3.0
CLRVersion 4.0.30319.276
PSRemotingProtocolVersion 2.2
PS C:\ps> [environment]::OSVersion.Version
Major Minor Build Revision
----- ----- ----- --------
6 0 6002 131072
Per search of THWACK (see url below), it appears that the Powershell Orion.AlertConfigurations verb is not available for Orion 2015.1.2.