Connecting to Change Auditor
Example: Connect to the installation “XYZ” in the local forest
Connect-CAClient –InstallationName ‘XYZ’ -DomainName 'DomainName.com'
Managing subscriptions
New-CAEventWebhookSubscription
Use this command to create the subscription required to receive Change Auditor event data.
Example: Create a subscription that sends Microsoft 365, Active Directory, and Exchange events captured since March 1 to www.quest.com $startTimeUTC = Get-Date "March 1, 2020 12:00 PM"
Get-CAEventWebhookSubscriptions
Use this command to see the details of the current subscriptions.
Table 1. Available parameters
Example: List defined webhook subscriptions Get-CAEventWebhookSubscriptions -Connection $connection
The command returns the following information.