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

Command Typo on Invoke-AtomicTest -All -GetPrereqs #106

Closed merlin-ke closed 1 year ago

merlin-ke commented 1 year ago

The commandInvoke-AtomicTest -All -GetPrereqs on the wiki https://github.com/redcanaryco/invoke-atomicredteam/wiki/Offline-Installation -> Steps to take from the online system section doesn't work. The right command is Invoke-AtomicTest All -GetPrereqs

vi-or-die commented 1 year ago

Ill confirm @merlin-ke! Great find and that is the fix.

clr2of8 commented 1 year ago

I corrected this. Thank you!