-
Notifications
You must be signed in to change notification settings - Fork 201
Uninstallation
Carrie Roberts edited this page Jul 3, 2022
·
3 revisions
To uninstall Atomic Red Team you can simply delete the default installation directory which is <BASEPATH>\AtomicRedTeam
where <BASEPATH>
is C:
on Windows or ~
on Linux/macOS.
And if you'd like to be very particular, you could also uninstall the powershell-yaml
module that gets installed with the Invoke-AtomicRedTeam installation. First, close all PowerShell sessions, then run the following command from a command prompt (Windows) or terminal (macOS/Linux).
powershell -NoProfile -Command "Uninstall-Module powershell-yaml" # this is for Windows
pwsh -NoProfile -Command "Uninstall-Module powershell-yaml" # this is for macOS/Linux
Questions? Get connected to the community on the Atomic Red Team Slack channel.
- Installation
- Import the Module
- List Atomic Tests
- Check/Get Prerequisites for Atomic Tests
- Execute Atomic Tests (Local)
- Execute Atomic Tests (Remote)
- Specify Custom Input Arguments
- Cleanup after Executing Atomic Tests
- Execution Logging
- Adversary Emulation
- Continuous Atomic Testing
- Execution Hooks
- Helper Functions
- The Atomic GUI
- Uninstallation