EDC - Include Agent In The EDC's WHSD Scope

EDC.Base.Categorization.EnableMonitoringByEDC.Task (Task)

This task will include the Agent in the scope of the WHSD, making it visible to the operators. The enable process is asynchronous and can take more than an hour.

Element properties:

TargetEDC.Base.Categorization
AccessibilityInternal
CategoryCustom
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction EDC.Base.SetRegistryValue.Script.WriteAction Default

Source Code:

<Task ID="EDC.Base.Categorization.EnableMonitoringByEDC.Task" Accessibility="Internal" Enabled="true" Target="EDC.Base.Categorization" Timeout="300" Remotable="false">
<Category>Custom</Category>
<WriteAction ID="WA" TypeID="EDC.Base.SetRegistryValue.Script.WriteAction">
<RegistryPath>HKLM\SOFTWARE\EDC\OpsMgr07\MonitoredByEDC</RegistryPath>
<ValueType>REG_DWORD</ValueType>
<Value>1</Value>
<Force>true</Force>
</WriteAction>
</Task>