Microsoft-Windows-SENSE › Event 39

Event ID 39 — Network connection is identified as normal.

Provider
Microsoft-Windows-SENSE
Channel
Operational
Level
Informational
Opcode
Info

Description

The device isn't using a metered/paid connection and contacts the server as usual. Normal operating notification; no action required.

Message #

Network connection is identified as normal. Windows Defender Advanced Threat Protection will contact the server every %1 seconds. Metered connection: %2, internet available: %3, free network available: %4, proxy is defined by GP: %5.

Fields #

NameDescription
pollingInterval UInt16
meteredConnectionState Boolean
internetAvailabilityState Boolean
freeNetworkAvailabilityState Boolean
proxyDefined Boolean

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-SENSE",
    "guid": "FAE96D09-ADE1-5223-0098-AF7B67348531",
    "event_source_name": "",
    "event_id": 39,
    "version": 0,
    "level": 4,
    "task": 0,
    "opcode": 0,
    "keywords": 9223372036854775808,
    "time_created": "2026-03-11T06:27:46.117651+00:00",
    "event_record_id": 3378,
    "correlation": {},
    "execution": {
      "process_id": 3632,
      "thread_id": 5040
    },
    "channel": "Microsoft-Windows-SENSE/Operational",
    "computer": "LAB-WIN11",
    "security": {
      "user_id": "S-1-5-18"
    }
  },
  "event_data": {
    "pollingInterval": 120,
    "meteredConnectionState": false,
    "internetAvailabilityState": true,
    "freeNetworkAvailabilityState": true,
    "proxyDefined": false
  },
  "message": ""
}

References #