• How to import Search including Alert template with Powershell?

    I am running the following command but is not importing my custom alert:

    $searchDefinition = Get-Content "C:\Definitions\Search.xml"

    Add-CASearch –Connection $connection –XmlSearchDefinition $searchDefinition –IsPublic –Path "Shared\Test" …

  • Programmatically Retrieve Search Results

    Howdy.   Curious if Change Auditor has a mechanism to programmatically retrieve search results.   The PowerShell module seems more for management of Change Auditor and I've not found any information on a REST or SOAP interface.   Wondering if this functionality…