when i was trying to import the module to ps,
i got the error like this
also i have tryed to replace the psm1 file in the below link
https://pspki.codeplex.com/workitem/30
i got the error like this
also i have tryed to replace the psm1 file in the below link
https://pspki.codeplex.com/workitem/30
Import-Module : The module to process 'PSPKI.psm1', listed in field 'ModuleToProcess' of module manifest 'C:\Windows\sy
stem32\WindowsPowerShell\v1.0\Modules\PSPKI\PSPKI.psd1' was not processed because no valid module was found in any modu
le directory.
At line:24 char:34
+ Import-Module <<<< $_.Name -ErrorAction SilentlyContinue
+ CategoryInfo : ResourceUnavailable: (PSPKI:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleFileNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand__