-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Im trying to import powerpreter from the file directory with Import-Module .\Powerpreter.psm1 but I get the error
At C:\users\desktop\desktop\nishang-master\powerpreter\Powerpreter.psm1:1 char:1
- <#
- ~~
This script contains malicious content and has been blocked by your antivirus software.- CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
- FullyQualifiedErrorId : ScriptContainedMaliciousContent
Import-Module : The specified module '.\Powerpreter.psm1' was not loaded because no valid module file was found in any module directory.
At line:1 char:1
- Import-Module .\Powerpreter.psm1
-
+ CategoryInfo : ResourceUnavailable: (.\Powerpreter.psm1:String) [Import-Module], FileNotFoundException + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
Im running as administrator and execution policy unrestricted and I have turned off AV
What can I be doing wrong?
Thanks
Metadata
Metadata
Assignees
Labels
No labels