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
831 stars 195 forks source link

Documentation Fix up - Continuous Atomic Testing #156

Closed blueteam0ps closed 1 year ago

blueteam0ps commented 1 year ago

Under Refresh the Schedule in the following section it says Invoke-RefreshSchedule. That commandlet no longer exists and should be replaced by Invoke-RefreshExistingSchedule https://github.com/redcanaryco/invoke-atomicredteam/wiki/Continuous-Atomic-Testing#refresh-the-schedule

clr2of8 commented 1 year ago

Updated. Thank you!