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

"Clean all" missing in doc #90

Closed JiTmun closed 2 years ago

JiTmun commented 2 years ago

Hello,

I couldn't find any documentation entry about how to "clean all" after testing, this can be done using: "Invoke-AtomicTest All -Cleanup" Thanks to https://github.com/redcanaryco/atomic-red-team/issues/1847

Could be nice to add it in the doc (my bad if I didn't found it)