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