Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -84730,7 +84730,7 @@ discovery:
|
||||
$file = "rad" + $rad + ".tmp"
|
||||
|
||||
whoami.exe /all >> #{output_path}\$file
|
||||
cleanup_command: 'Remove-Item -Path $env:temp\rad*.tmp -Force
|
||||
cleanup_command: 'Remove-Item -Path #{output_path}\rad*.tmp -Force
|
||||
|
||||
'
|
||||
name: powershell
|
||||
|
||||
@@ -73739,7 +73739,7 @@ discovery:
|
||||
$file = "rad" + $rad + ".tmp"
|
||||
|
||||
whoami.exe /all >> #{output_path}\$file
|
||||
cleanup_command: 'Remove-Item -Path $env:temp\rad*.tmp -Force
|
||||
cleanup_command: 'Remove-Item -Path #{output_path}\rad*.tmp -Force
|
||||
|
||||
'
|
||||
name: powershell
|
||||
|
||||
@@ -230,7 +230,7 @@ whoami.exe /all >> #{output_path}\$file
|
||||
|
||||
#### Cleanup Commands:
|
||||
```powershell
|
||||
Remove-Item -Path $env:temp\rad*.tmp -Force
|
||||
Remove-Item -Path #{output_path}\rad*.tmp -Force
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user