SPN 健康情況

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

此工作會確認目標網域控制站上的 SPN 健康情況。此工作有助於診斷以下因素所造成的複寫驗證錯誤:不存在、被盜用或重複的 SPN 登錄

Element properties:

TargetMicrosoft.Windows.Server.2012.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.SPNHealth" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="AD.Tasks.ProbeActionType">
<ApplicationName>DCDIAG.EXE</ApplicationName>
<SupportToolsInstallDir>%SystemRoot%\System32\</SupportToolsInstallDir>
<CommandLine>/test:MachineAccount /v</CommandLine>
<TimeoutSeconds>1200</TimeoutSeconds>
</ProbeAction>
</Task>