From de3c2b6684bf841ee113d0f8f5ffc7454af43f77 Mon Sep 17 00:00:00 2001 From: caseysmithrc <30840394+caseysmithrc@users.noreply.github.com> Date: Thu, 6 Sep 2018 09:34:39 -0600 Subject: [PATCH] IMport-Module cleaner --- execution-frameworks/Invoke-AtomicRedTeam/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/execution-frameworks/Invoke-AtomicRedTeam/README.md b/execution-frameworks/Invoke-AtomicRedTeam/README.md index 964f0ec9..d67f9190 100644 --- a/execution-frameworks/Invoke-AtomicRedTeam/README.md +++ b/execution-frameworks/Invoke-AtomicRedTeam/README.md @@ -8,7 +8,7 @@ For Additional Details: Basic usage Examples: - Load PowerShell Script: - `. C:\AtomicRedTeam\execution-frameworks\Invoke-AtomicRedTeam\Invoke-AtomicRedTeam.ps1` + `Import-Module .\Invoke-AtomicRedTeam.ps1` - Execute Single Test: @@ -24,6 +24,6 @@ Basic usage Examples: `$parsedYaml = (ConvertFrom-Yaml (Get-Content $_.FullName -Raw ));` `$AllAtomicTests.Add($currentTechnique, $parsedYaml); }` `$AllAtomicTests.GetEnumerator() | %{ Invoke-AtomicTest $_.Value -GenerateOnly }` - + - Feedback Welcome