Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions defender-endpoint/microsoft-defender-core-service-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.reviewer: yongrhee
ms.service: defender-endpoint
ms.subservice: ngp
ms.topic: overview
ms.date: 11/25/2024
ms.date: 06/30/2025
search.appverid: met150
ms.localizationpriority: medium
audience: ITPro
Expand Down Expand Up @@ -179,13 +179,13 @@ On the script page of the Run Script wizard, choose your script from the list (M
2. Use the `Set-MpPreferences -DisableCoreServiceECSIntegration` $true or $false command, where `$false` = enabled and `$true` = disabled. For example:

```powershell
Set-MpPreferences -DisableCoreServiceECSIntegration $false
Set-MpPreference -DisableCoreServiceECSIntegration $false
```

3. Use the `Set-MpPreferences -DisableCoreServiceTelemetry` $true or $false command, for example:
3. Use the `Set-MpPreference -DisableCoreServiceTelemetry` $true or $false command, for example:

```powershell
Set-MpPreferences -DisableCoreServiceTelemetry $true
Set-MpPreference -DisableCoreServiceTelemetry $true
```

#### Use the Registry to update the policies for Microsoft Defender Core service.
Expand Down