RedSiege/WMImplant

Running WMImplant

aalborz opened this issue · 2 comments

I downloaded the script. I'm getting an error when trying to run Invoke-WMImplant in PS ISE. It says it is not recognized as the name of a cmdlet, function, script file, or operable program.

try importing as a module.

Import-Module <path\to\file\WMImplant.ps1>

Thanks, I did . .\WMImplant.ps1 & it worked.