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

add anyOS flag to force showing details for all platforms #145

Closed clr2of8 closed 1 year ago

clr2of8 commented 1 year ago

addresses issues #118 and #96

clr2of8 commented 1 year ago

You can show details regardless of the platform/os on which you are running Invoke-AtomicRedTeam as follows:

Invoke-AtomicTest T1016 -ShowDetails -anyOS
Invoke-AtomicTest T1016 -ShowDetailsBrief -anyOS