• Reporting with Powershell

    We use quick searches to review specific events. Often, we would like to see the same type of quick search for multiple objects.  Has anyone been able to leverage Powershell to query instead of performing a Quick Search?

  • Change Auditor Powershell Quick Search

    I would like to use powershell to run ChangeAuditor quick searches against the Active Directory Subsystem. This topic does not appear to be addressed in the PowerShell Command Guide. Any ideas?

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

  • Change Auditor v6.9.5 Powershell QuestionC

    Is there a way using the Change Auditor Client powershell module to set an "Inactive" agent to "Uninstalled" for a computer that is no longer on-line?

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