Activer la collecte d'audit

Microsoft.SystemCenter.EnableAuditCollectionService (Task)

Active et configure le service ACS sur le service de contrôle d'intégrité Operations Manager adéquat.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
SCAction WriteAction Microsoft.SystemCenter.EnableACSAction System.PrivilegedMonitoringAccount

Source Code:

<Task ID="Microsoft.SystemCenter.EnableAuditCollectionService" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="SCAction" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="Microsoft.SystemCenter.EnableACSAction">
<CollectorServer>[Collector Server]</CollectorServer>
<TargetComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputerName>
</WriteAction>
</Task>