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
805 stars 190 forks source link

Question: List all atomic test and save to file #110

Closed NetEyes closed 1 year ago

NetEyes commented 1 year ago

I want to list all atomic test -> (Invoke-AtomicTest All -ShowDetailsBrief) and export the list to file. How to?

NetEyes commented 1 year ago

Disregard this question. Found it ..

Invoke-AtomicTest All -ShowDetailsBrief | Out-File -FilePath C:\AtomicRedTeam\atomic-test-list.txt