IMport-Module cleaner

This commit is contained in:
caseysmithrc
2018-09-06 09:34:39 -06:00
parent af2e5938e1
commit de3c2b6684
@@ -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