Skip to content

Commit 75c3767

Browse files
Merge pull request #4046 from MicrosoftDocs/main
[AutoPublish] main to live - 09/29 19:47 PDT | 09/30 08:17 IST
2 parents ee27820 + af5e39f commit 75c3767

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docset/winserver2025-ps/Defender/Set-MpPreference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: The Set-MpPreference cmdlet configures preferences for Windows Defender scans and updates.
33
external help file: MSFT_MpPreference.cdxml-help.xml
44
Module Name: Defender
5-
ms.date: 04/14/2025
5+
ms.date: 09/29/2025
66
online version: https://learn.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-MpPreference
@@ -1684,7 +1684,7 @@ Accept wildcard characters: False
16841684

16851685
### -SignatureDefinitionUpdateFileSharesSources
16861686
Specifies file-share sources for definition updates.
1687-
Specify sources as a bracketed sequence of Universal Naming Convention (UNC) locations, separated by the pipeline symbol; for example, { \\\\Server01\Share01 | \\\\Server02\Share02 | \\\\Server03\Share03}.
1687+
Specify sources as a sequence of Universal Naming Convention (UNC) locations, separated by the pipeline symbol; for example, `"\\Server01\Share01 | \\Server02\Share02 | \\Server03\Share03"`.
16881688
If you specify a value for this parameter, Windows Defender attempts to connect to the shares in the order that you specify.
16891689
After Windows Defender updates a definition, it stops attempting to connect to shares on the list.
16901690
If you do not specify a value for this parameter, the list is empty.
@@ -1720,7 +1720,7 @@ Accept wildcard characters: False
17201720

17211721
### -SignatureFallbackOrder
17221722
Specifies the order in which to contact different definition update sources.
1723-
Specify the types of update sources in the order in which you want Windows Defender to contact them, enclosed in braces and separated by the pipeline symbol; for example, { InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC }.
1723+
Specify the types of update sources in the order in which you want Windows Defender to contact them, separated by the pipeline symbol; for example, `"InternalDefinitionUpdateServer | MicrosoftUpdateServer | MMPC"`.
17241724
The values that you can specify in the string are:
17251725

17261726
- InternalDefinitionUpdateServer
@@ -1732,7 +1732,7 @@ MMPC refers to Microsoft Malware Protection Center.
17321732

17331733
If you specify a value for this parameter, Windows Defender contacts the definition update sources in the specified order.
17341734
After Windows Defender downloads definition updates from a source, it stops attempting to connect to other sources.
1735-
If you do not specify a value for this parameter, Windows Defender contacts sources in the default order of { MicrosoftUpdateServer | MMPC }.
1735+
If you do not specify a value for this parameter, Windows Defender contacts sources in the default order of `"MicrosoftUpdateServer | MMPC"`.
17361736

17371737
```yaml
17381738
Type: String

0 commit comments

Comments
 (0)