Skip to content

import module powerpreter #78

@ampf27

Description

@ampf27

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions