• 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" …