REPADMIN 스냅숏

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

이 작업은 REPADMIN /replsum 명령을 사용하여 대상 컴퓨터의 관점에서 현재 복제 상태에 대한 ‘스냅숏’을 수집합니다.

Element properties:

TargetMicrosoft.Windows.Server.2016.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="AD2016Core!Microsoft.Windows.Server.2016.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>