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

skip renaming computer if name is the same #135

Closed clr2of8 closed 1 year ago

clr2of8 commented 1 year ago

This change supports having only 1 atomic test enabled for the atomic runner. Previously, if only one atomic test was enabled the attempt to rename the computer generated an error resulting in the computer not restarting.