PS>

# Install
IEX (IWR '<https://raw.githubusercontent.com/redcanaryco/invoke-atomicredteam/master/install-atomicredteam.ps1>' -UseBasicParsing);
Install-AtomicRedTeam [-InstallPath "c:\\tools"] -getAtomics -Force

# Run
Import-Module "C:\\AtomicRedTeam\\invoke-atomicredteam\\Invoke-AtomicRedTeam.psd1" -Force
Invoke-AtomicTest [T1003/All] -ShowDetails[Brief]

Invoke-AtomicTest T1003 -CheckPrereqs
Invoke-AtomicTest T1003 [-TestName "Windows Credential Editor"] -GetPrereqs

Invoke-AtomicTest [T1003/All] [-TestNumbers 1,2]

Invoke-AtomicTest [T1003/All] -Cleanup

# Prep
Set Python files to open with Python
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
Set-ExecutionPolicy RemoteSigned