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
815 stars 193 forks source link

fix outfile file lock error #83

Closed clr2of8 closed 2 years ago

clr2of8 commented 2 years ago

This fixes an annoying error you get when you are invoking tests from multiple powershell windows:

image