Installation
This execution framework (Invoke-AtomicRedTeam) works cross-platform on Windows, Linux and MacOS.
💡
To use it on Linux and Mac you must install PowerShell Core. See Installing PowerShell Core on Linux (opens in a new tab) and Installing PowerShell Core on MacOS (opens in a new tab) for details.
The Invoke-AtomicRedTeam Execution is available for install from the PowerShell Gallery and can be installed with one simple command executed from a PowerShell prompt:
Install-Module -Name invoke-atomicredteam,powershell-yaml -Scope CurrentUser
💡
If you get an error relating to a missing PSRepository, use the following command to register the needed repository.
Register-PSRepository -Default