Write Action Module for agent deployment using Update Services (WSUS) [Event Based]

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

This write action module provides an alternative method of deploying agents using WSUS to computers for which OpsMgr PushInstall fails

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.AgentManagementAccount
InputTypeSystem.BaseData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Essentials.Internal.AgentDeploymentUsingUpdateServicesEventBased.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.AgentDeploymentUsingUpdateServicesWriteActionModule</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>