diff --git a/atomics/T1003.006/T1003.006.yaml b/atomics/T1003.006/T1003.006.yaml index 444a18e5..a4cafcad 100644 --- a/atomics/T1003.006/T1003.006.yaml +++ b/atomics/T1003.006/T1003.006.yaml @@ -64,8 +64,7 @@ atomic_tests: DSInternals must be installed prereq_command: | $RequiredModule = Get-Module -Name DSInternals -ListAvailable - if (-not $RequiredModule) {exit 1} - if (-not $RequiredModule.ExportedCommands['DSInternals']) {exit 1} else {exit 0} + if (-not $RequiredModule) {exit 1} else {exit 0} get_prereq_command: | Install-Module -Name DSInternals -Scope CurrentUser -Force executor: