Skip to content

Commit fc04afd

Browse files
authored
Correct Set-MpPreference syntax
Two preferences do not require brackets but do require quoting.
1 parent 0aadbb6 commit fc04afd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)