Skip to content

Commit d0d4fdf

Browse files
authored
Merge pull request #5067 from ericlaw1979/patch-1
Fix PowerShell cmdlet syntax
2 parents 9bf3006 + 4a87ae0 commit d0d4fdf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

defender-endpoint/manage-protection-updates-microsoft-defender-antivirus.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ ms.collection:
1414
- m365-security
1515
- tier2
1616
search.appverid: met150
17-
ms.date: 03/01/2025
17+
ms.date: 09/29/2025
1818
appliesto:
1919
- Microsoft Defender for Endpoint Plan 1
2020
- Microsoft Defender for Endpoint Plan 2
2121
- Microsoft Defender Antivirus
22-
2322
---
2423
# Manage the sources for Microsoft Defender Antivirus protection updates
2524

@@ -131,8 +130,8 @@ See [Configure Security intelligence Updates for Endpoint Protection](/configmgr
131130
Use the following PowerShell cmdlets to set the update order.
132131

133132
```PowerShell
134-
Set-MpPreference -SignatureFallbackOrder {LOCATION|LOCATION|LOCATION|LOCATION}
135-
Set-MpPreference -SignatureDefinitionUpdateFileSharesSource {\\UNC SHARE PATH|\\UNC SHARE PATH}
133+
Set-MpPreference -SignatureFallbackOrder "LOCATION|LOCATION|LOCATION|LOCATION"
134+
Set-MpPreference -SignatureDefinitionUpdateFileSharesSource "\\UNC\PATH1|\\UNC\PATH2"
136135
```
137136

138137
For more information, see the following articles:
-1.23 MB
Loading

0 commit comments

Comments
 (0)