DCDIAG

Microsoft.Windows.FileServer.DFSN.6.3.DCDIAGAgentTask (Task)

포리스트 또는 엔터프라이즈에서 도메인 컨트롤러의 상태를 분석하고 문제를 보고하는 dcdiag 명령을 실행합니다. 이 명령을 실행하려면 AD DS(Active Directory 도메인 서비스) 또는 AD LDS(Active Directory Lightweight Directory Services) 서버 역할을 설치하거나 RSAT(원격 서버 관리 도구)를 설치해야 합니다.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSN.6.3.RoleService
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction Microsoft.Windows.FileServer.DFSN.Library.TaskProbeActionModuleType Default

Source Code:

<Task ID="Microsoft.Windows.FileServer.DFSN.6.3.DCDIAGAgentTask" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSN.6.3.RoleService" Timeout="300" Remotable="true">
<Category>Operations</Category>
<ProbeAction ID="PA" TypeID="DFSNLib!Microsoft.Windows.FileServer.DFSN.Library.TaskProbeActionModuleType">
<ApplicationName>dcdiag.exe</ApplicationName>
<ApplicationPath>%SystemRoot%\System32\</ApplicationPath>
<CommandLine/>
<TimeoutSeconds>300</TimeoutSeconds>
</ProbeAction>
</Task>