REPADMIN Snap-shot

Microsoft.Windows.Server.AD.DomainController.REPADMINSnapShot (Task)

This task collects a ‘snapshot’ of the current status of replication from the perspective of the target computer by using the REPADMIN /replsum command

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction AD.Tasks.ProbeActionType Default

Source Code:

<Task ID="Microsoft.Windows.Server.AD.DomainController.REPADMINSnapShot" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="AD.Tasks.ProbeActionType">
<ApplicationName>REPADMIN.EXE</ApplicationName>
<SupportToolsInstallDir>%SystemRoot%\System32\</SupportToolsInstallDir>
<CommandLine>/replsum * /bysrc /bydest /sort:delta</CommandLine>
<TimeoutSeconds>1200</TimeoutSeconds>
</ProbeAction>
</Task>