-
Notifications
You must be signed in to change notification settings - Fork 88
Description
when trying to install Posh-SecMod on PowerShell V5 I get the following
Downloading latest version of Posh-SecMod from https://github.com/darkoperator/Posh-SecMod/archive/master.zip
File saved to C:\Users\et56193\AppData\Local\Temp\Posh-SecMod.zip
Uncompressing the Zip file to C:\Users\et56193\Documents\WindowsPowerShell\Modules
Renaming folder
Module has been installed
Import-Module : The specified module 'posh-SecMod' was not loaded because no valid module file was found in any module directory.
At line:23 char:1
- Import-Module -Name posh-SecMod
-
- CategoryInfo : ResourceUnavailable: (posh-SecMod:String) [Import-Module], FileNotFoundException - FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
the funny thing is that I have check to see if it maybe a path issue but is not because all my other modules install an run from my network share at work. I look in my modules directory and even tho it say that it installed Posh-SecMod is nowhere to be found under the modules directory.