NetJoin
6 events across 1 channel
Event ID 4096: The machine ComputerName successfully joined the domain DomainName.
#Description
The machine ComputerName successfully joined the domain DomainName.
Message #
Fields #
| Name | Description |
|---|---|
DomainName UnicodeString | |
ComputerName UnicodeString |
Example Event #
{
"system": {
"provider": "NetJoin",
"guid": "9741FD4E-3757-479F-A3C6-FC49F6D5EDD0",
"event_source_name": "",
"event_id": 4096,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2026-02-10T01:11:24.544193+00:00",
"event_record_id": 826,
"correlation": {},
"execution": {
"process_id": 2684,
"thread_id": 5968
},
"channel": "System",
"computer": "LAB-WIN11",
"security": {
"user_id": "S-1-5-21-3407486967-1585450050-1838039599-1000"
}
},
"event_data": {
"DomainName": "ludus.domain",
"ComputerName": "LAB-WIN11"
},
"message": ""
}
Event ID 4097: The machine ComputerName attempted to join the domain DomainName but failed.
#Description
The machine ComputerName attempted to join the domain DomainName but failed. The error code was NetStatusCode.
Message #
Fields #
| Name | Description |
|---|---|
DomainName UnicodeString | |
ComputerName UnicodeString | |
NetStatusCode UInt32 |
Example Event #
{
"system": {
"provider": "NetJoin",
"event_id": 4097,
"level": 2,
"task": 0,
"opcode": 0,
"time_created": "2026-04-18T02:46:48.3651604+00:00",
"computer": "DESKTOP-FF3N5XK",
"channel": "System"
},
"event_data": {
"NetStatusCode": "5",
"ComputerName": "DESKTOP-FF3N5XK",
"DomainName": "ludus.domain"
}
}
Event ID 4098: The machine {ComputerName} successfully completed an offline domain join to the domain {DomainName}.
#Event ID 4099: The machine {ComputerName} attempted to join the domain {DomainName} while offline but failed.
#Event ID 4100: During domain join, the domain controller contacted found an existing computer account in Active Directory with the same name.
#Event ID 4101: During domain join, the domain controller contacted found an existing computer account in Active Directory with the same name.
#Provenance
Where this provider's schema came from, and which Windows build it was observed on. Windows can change a provider's event schema between builds, so use this to judge whether it matches the build you collect from.
ETW provider GUID 9741fd4e-3757-479f-a3c6-fc49f6d5edd0
Defined in netjoin.dll, which carries the event manifest.
Observed on:
- WS2022-20348.4893, schema read from the registered manifest, binary version 10.0.20348.2849, captured 2026-06-02
- Win11-26200.6584, schema read from the registered manifest, binary version 10.0.26100.1, captured 2026-06-02