Skip to content

Commit 0a1c0fa

Browse files
committed
Correct content types on code blocks
1 parent 368b620 commit 0a1c0fa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,14 @@ On a Windows Server set up a network file share (UNC/mapped drive) to download s
178178

179179
1. On the system for which you want to provision the share and download the updates, create a folder for the script.
180180

181-
```console
181+
```cmd
182182
Start, CMD (Run as admin)
183183
MD C:\Tool\PS-Scripts\
184184
```
185185
186186
2. Create a folder for signature updates.
187187
188-
```console
188+
```cmd
189189
MD C:\Temp\TempSigs\x64
190190
MD C:\Temp\TempSigs\x86
191191
```
@@ -255,16 +255,14 @@ On a Windows Server set up a network file share (UNC/mapped drive) to download s
255255
256256
If the scheduled task fails, run the following commands:
257257
258-
```console
259-
258+
```powershell
260259
C:\windows\system32\windowspowershell\v1.0\powershell.exe -NoProfile -executionpolicy allsigned -command "&\"C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1\" -action run -arch x64 -isDelta $False -destDir C:\Temp\TempSigs\x64"
261260
262261
C:\windows\system32\windowspowershell\v1.0\powershell.exe -NoProfile -executionpolicy allsigned -command "&\"C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1\" -action run -arch x64 -isDelta $True -destDir C:\Temp\TempSigs\x64"
263262
264263
C:\windows\system32\windowspowershell\v1.0\powershell.exe -NoProfile -executionpolicy allsigned -command "&\"C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1\" -action run -arch x86 -isDelta $False -destDir C:\Temp\TempSigs\x86"
265264
266265
C:\windows\system32\windowspowershell\v1.0\powershell.exe -NoProfile -executionpolicy allsigned -command "&\"C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1\" -action run -arch x86 -isDelta $True -destDir C:\Temp\TempSigs\x86"
267-
268266
```
269267
270268
10. Create a share pointing to `C:\Temp\TempSigs` (for example, `\\server\updates`).

0 commit comments

Comments
 (0)