Group Membership Synchronization Rule

System.SCE.MP.GroupMembershipSynchronizationRule (Rule)

Group Membership Synchronization Rule that synchronizes OpsMgr groups with WSUS groups

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
CategorySoftwareAndUpdates
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.SCE.MP.GroupSynchronizationDataSource Default
GroupMembershipSynchronizationWriteAction WriteAction System.SCE.MP.GroupMembershipSynchronizationWriteAction System.SCE.MP.DeploymentSettingsAccount

Source Code:

<Rule ID="System.SCE.MP.GroupMembershipSynchronizationRule" Target="SC!Microsoft.SystemCenter.RootManagementServer" Enabled="true">
<Category>SoftwareAndUpdates</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System.SCE.MP.GroupSynchronizationDataSource">
<SyncIntervalMinutes>60</SyncIntervalMinutes>
<SyncTime>00:00</SyncTime>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GroupMembershipSynchronizationWriteAction" RunAs="System.SCE.MP.DeploymentSettingsAccount" TypeID="System.SCE.MP.GroupMembershipSynchronizationWriteAction">
<GroupName/>
</WriteAction>
</WriteActions>
</Rule>