SecretServer icon indicating copy to clipboard operation
SecretServer copied to clipboard

import-module fails

Open aleksbor opened this issue 9 years ago • 1 comments

import-module secretserver ...\Documents\WindowsPowerShell\Modules\secretserver\SecretServer.psm1 : Failed to import function At line:1 char:1

  • import-module secretserver
  • - CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    - FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,SecretServer.psm1
    
    

Running PS V5.

aleksbor avatar Jul 26 '16 07:07 aleksbor

it's because of https://github.com/RamblingCookieMonster/SecretServer/pull/15

Plork avatar Sep 13 '16 20:09 Plork