Write Action Module that approves agents deployed using the Update Services (WSUS) channel [Event Based]

Microsoft.SystemCenter.Essentials.Internal.AgentDeploymentApprovalEventBased.WriteAction (WriteActionModuleType)

This write action module approves agents installed through the alternate method of using WSUS

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.AgentManagementAccount
InputTypeSystem.BaseData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Essentials.Internal.AgentDeploymentApprovalEventBased.WriteAction" Accessibility="Internal" RunAs="SC!Microsoft.SystemCenter.AgentManagementAccount" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.SystemCenter.Essentials.Modules, Culture="", PublicKeyToken="31bf3856ad364e35", Version="6.0.1250.0"</Assembly>
<Type>Microsoft.SystemCenter.Essentials.Modules.AgentDeploymentApprovalWriteActionModule</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>