Skip to content

Commit a203e8b

Browse files
committed
Example description text updates
1 parent abe483a commit a203e8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docset/winserver2022-ps/defender/Add-MpPreference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ moderate, and low threats.
5353
Add-MpPreference -ExclusionPath 'C:\Temp'
5454
```
5555

56-
This example adds the folder C:\Temp to the exclusion list.
56+
This example adds the folder `C:\Temp` to the exclusion list.
5757

5858
### Example 2: Allow an application to access folders
5959

docset/winserver2022-ps/defender/Set-MpPreference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,16 @@ and severe alert levels.
166166
PS C:\> Set-MpPreference -SignatureScheduleDay Everyday
167167
```
168168

169-
This command configures preferences to check for definition updates every day.
169+
This example configures preferences to check for definition updates every day.
170170

171171
### Example 2: Schedule a time of day to check for definition updates
172172

173173
```powershell
174174
PS C:\> Set-MpPreference -SignatureScheduleTime 02:00:00
175175
```
176176

177-
This command configures preferences to check for definition updates 120 minutes after midnight on
178-
days when it's scheduled to check.
177+
This example configures preferences to check for definition updates at 2:00AM on days when it's
178+
scheduled to check.
179179

180180
## PARAMETERS
181181

0 commit comments

Comments
 (0)