Intégrité SPN

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

Cette tâche confirme l'intégrité du nom de principal du service (SPN) sur les contrôleurs de domaine cibles. Cette tâche est utile pour diagnostiquer les erreurs d'authentification de réplication provoquées par des inscriptions SPN inexistantes.

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.SPNHealth" 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>DCDIAG.EXE</ApplicationName>
<SupportToolsInstallDir>%SystemRoot%\System32\</SupportToolsInstallDir>
<CommandLine>/test:MachineAccount /v</CommandLine>
<TimeoutSeconds>1200</TimeoutSeconds>
</ProbeAction>
</Task>