You can gather Change Auditor system information to help you to manage your installation components.
$connection = Connect-CAClient -Credential $creds
Get-CACoordinator -Connection $connection
Use this command to gather information about all the coordinators in a Change Auditor installation.
Get-CACoordinators -Connection $connection
$connection = Connect-CAClient -Credential $creds
Get-CACoordinators -Connection $connection
Get-CAInstallation -Connection $connection
Use this command to view information on all available (and optionally uninstalled) agents.
A connection obtained by using the Connect-CAClient command. | |
Adds uninstalled agents to the list of agents returned from this command. |
Get-CAAgents -Connection $connection -IncludeUninstalled
The following commands are available to manage your agent deployments.
Use this command to install an agent.
A connection obtained by using the Connect-CAClient command. | |
Use this command to ensure that the coordinator and agent can communicate using WCF framework.
A connection obtained by using the Connect-CAClient command. | |
Example: Test the communication between an agent and coordinator
Ping-CAAgent -Connection $connection -AgentInfo $agentinfo
Use this command to uninstall an agent.
A connection obtained by using the Connect-CAClient command. | |
Use this command to upgrade an agent.
A connection obtained by using the Connect-CAClient command. | |
Update-CAAgent -Connection $connection -Agent $agent -Credential $credential
A connection obtained by using the Connect-CAClient command. | |
Update-CAAgentConfigurations -Connection $connection -Agents $agent
Use this command to assign an auditing configuration to an agent.
A connection obtained by using the Connect-CAClient command. | |
The configuration obtained by a previous call to Get-CAConfigurations. |
Set-CAAgentConfiguration -Connection $connection -Agents $agent -Configuration
$configuration
Use this command to see the list of subsystems included in an agent‘s configuration.
Get-CAAgentSubsystems -AgentInfo $agentinfo
Use this command to enable a template.
A connection obtained by using the Connect-CAClient command. | |
-Credential (This is only required for the FluidFS module. It is optional for all others.) |
Enable-CAAgentTemplate -Connection $connection -Template $template
Use this command to disable a template.
A connection obtained by using the Connect-CAClient command. | |
-Credential (This is only required for the FluidFS module. It is optional for all others.). |
Disable-CAAgentTemplate -Connection $connection -Template $template
Use this command to remove a template.
A connection obtained by using the Connect-CAClient command. | |
-Credential (This is only required for the FluidFS module. It is optional for all others.) |
Remove-CAAgentTemplate -Connection $connection -Template $template -credential $credential
Use this command to create an agent configuration.
A connection obtained by using the Connect-CAClient command. | |
Example: Create an agent configuration
New-CAConfiguration -Connection $connection -ConfigurationName $configurationName
Use this command to get list of all agent configurations for a deployment.
A connection obtained by using the Connect-CAClient command. |
Example: See a list of all agent configurations
Get-CAConfigurations -Connection $connection
Example: Update the port used to communicate with the agent
Set-CAConfiguration –Connection $connection –Configuration $configurationObject –Port $port
Example: Update the configuration to allow for cloud-based auditing
Use this command to remove an existing agent configuration.
A connection obtained by using the Connect-CAClient command. | |
Remove-CAConfiguration -Connection $connection -Configuration $configuration
Use this command to assign an auditing template to a Change Auditor configuration.
A connection obtained by using the Connect-CAClient command. | |
The configuration to which to add a template. Use Get-CAConfigurations to obtain the configuration object. | |
The templates to apply to the configuration. Use Get-CAConfigurationTemplates to obtain the templates. |
Example: Assign a template to a configuration
Use this command to get a list of all templates in the installation.
A connection obtained by using the Connect-CAClient command. |
Example: Get a list of all templates in the installation
Get-CAConfigurationTemplates -Connection $connection
Use this command to get a list of the templates that are assigned to a configuration.
A connection obtained by using the Connect-CAClient command. | |
Use Get-CAConfigurations to obtain the configuration object. |
Example: Get a list of all templates assigned to a configuration
Get-CATemplatesInConfiguration -Connection $connection -Configuration $configuration
Use this command to remove templates from a configuration.
A connection obtained by using the Connect-CAClient command. | |
The configuration from which to remove a template. Use Get-CAConfigurations to obtain the configuration object. | |
The templates to remove from the configuration. Use Get-CAConfigurationTemplates to obtain the templates. |
Example: Remove a template from a configuration
Remove-CATemplatesFromConfiguration -Connection $connection -Connection $connection
-Configuration $configuration
When using the commands, consider the following:
The following commands are available to manage searches:
Use this command to run a search.
A connection obtained by using the Connect-CAClient command. | |
The search to run. Use Get-CASearches to find the PSCASearchInfo object required to identify the search. | |
$connection = Connect-CAClient -InstallationName 'DEFAULT"
$search = Get-CASearches $connection | ? {$_.Name -eq "All Events"}
Invoke-CASearch -Connection $connection -Search $search -limit 10
A connection obtained by using the Connect-CAClient command. |
Get-CASearches $connection | ? {$_.Name -eq "All AD Queries in the last 30 days"}
A connection obtained by using the Connect-CAClient command. | |
The search info object obtained from the Get-CASearches command. |
$connection = Connect-CAClient –InstallationName ‘DEFAULT’
$xmlString.Save(“C:\definitions\All Events.xml”)
$connection = Connect-CAClient –InstallationName ‘DEFAULT’
$search = Get-CASearches $connection | ?{$_.Name –eq “All Owner Mailbox Events”}
$connection=Connect-CAClient -InstallationName 'Default'
$search = Get-CASearches $connection | ? {$_.Name -eq "All My Events"}
© ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center