Skip to content

Commit 4762eb4

Browse files
authored
Fix PowerShell cmdlets syntax in documentation
Updated PowerShell cmdlets to use quotes for parameters.
1 parent 1c61d9c commit 4762eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ See [Configure Security intelligence Updates for Endpoint Protection](/configmgr
132132
Use the following PowerShell cmdlets to set the update order.
133133

134134
```PowerShell
135-
Set-MpPreference -SignatureFallbackOrder {LOCATION|LOCATION|LOCATION|LOCATION}
136-
Set-MpPreference -SignatureDefinitionUpdateFileSharesSource {\\UNC SHARE PATH|\\UNC SHARE PATH}
135+
Set-MpPreference -SignatureFallbackOrder "LOCATION|LOCATION|LOCATION|LOCATION"
136+
Set-MpPreference -SignatureDefinitionUpdateFileSharesSource "\\UNC\PATH1|\\UNC\PATH2"
137137
```
138138

139139
For more information, see the following articles:

0 commit comments

Comments
 (0)