diff --git a/defender-endpoint/microsoft-defender-core-service-overview.md b/defender-endpoint/microsoft-defender-core-service-overview.md index 52db23c55b..da0b2abc37 100644 --- a/defender-endpoint/microsoft-defender-core-service-overview.md +++ b/defender-endpoint/microsoft-defender-core-service-overview.md @@ -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 @@ -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.