DebugJoinOnlyOnThisError
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
DebugJoinOnlyOnThisError
specifies a particular error code that causes DebugJoin
to trigger if encountered during Windows Setup.
This setting modifies the behavior of DebugJoin. If specified, this setting causes the DebugJoin behavior only when the domain join operation fails with the error specified by this setting.
DebugJoinOnlyOnThisError
only functions if DebugJoin is set to true.
Important
This is an advanced setting designed to be used by product development and Microsoft Product Support Services. Leave this setting unmodified when you configure the unattended answer file.
Values
Error_code |
Specifies an error code. The value is the decimal error code to filter. Error_code is a string. The default value is 0, meaning any error triggers the debug routine. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Passes
specialize
Parent Hierarchy
Microsoft-Windows-UnattendedJoin | Identification | DebugJoinOnlyOnThisError
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-UnattendedJoin.
XML Example
The following XML output shows how to set debug joins.
<DebugJoin>true</DebugJoin>
<DebugJoinOnlyOnThisError>1355</DebugJoinOnlyOnThisError>