redcanaryco / invoke-atomicredteam

Invoke-AtomicRedTeam is a PowerShell module to execute tests as defined in the [atomics folder](https://github.com/redcanaryco/atomic-red-team/tree/master/atomics) of Red Canary's Atomic Red Team project.
MIT License
793 stars 190 forks source link

Runner reliability update #174

Closed clr2of8 closed 7 months ago

clr2of8 commented 7 months ago

Adds a reboot on Windows atomic runner scheduled task if the call to invoke the runner fails.

Also adds a little code cleanup.