File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -178,14 +178,14 @@ On a Windows Server set up a network file share (UNC/mapped drive) to download s
178
178
179
179
1 . On the system for which you want to provision the share and download the updates, create a folder for the script.
180
180
181
- ``` console
181
+ ``` cmd
182
182
Start, CMD (Run as admin)
183
183
MD C:\Tool\PS-Scripts\
184
184
```
185
185
186
186
2. Create a folder for signature updates.
187
187
188
- ```console
188
+ ```cmd
189
189
MD C:\Temp\TempSigs\x64
190
190
MD C:\Temp\TempSigs\x86
191
191
```
@@ -255,16 +255,14 @@ On a Windows Server set up a network file share (UNC/mapped drive) to download s
255
255
256
256
If the scheduled task fails, run the following commands:
257
257
258
- ```console
259
-
258
+ ```powershell
260
259
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"
261
260
262
261
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"
263
262
264
263
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"
265
264
266
265
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
-
268
266
```
269
267
270
268
10. Create a share pointing to `C:\Temp\TempSigs` (for example, `\\server\updates`).
You can’t perform that action at this time.
0 commit comments