Group Membership Synchronization Write Action

System.SCE.MP.GroupMembershipSynchronizationWriteAction (WriteActionModuleType)

A write action module that updates WSUS based on the ouput of the System.SCE.MP.GroupSynchronizationDataSource module.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.TriggerData

Source Code:

<WriteActionModuleType ID="System.SCE.MP.GroupMembershipSynchronizationWriteAction" Accessibility="Internal">
<Configuration>
<xs:element name="GroupName" type="xsd:string"/>
</Configuration>
<OverrideableParameters/>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.SystemCenter.Essentials.Modules</Assembly>
<Type>Microsoft.SystemCenter.Essentials.Modules.DeploymentGroupWriteActionModule</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.TriggerData</InputType>
</WriteActionModuleType>