PoShKeePass icon indicating copy to clipboard operation
PoShKeePass copied to clipboard

Module fails with PowerShell 7

Open markdmac opened this issue 3 years ago • 1 comments

Module won't load properly with PowerShell 7. Please add support for the latest version.

markdmac avatar Apr 15 '21 16:04 markdmac

For now I have worked around this, if running Windows, by importing with the -UseWindowsPowershell flag.

Import-Module PoshKeePass -UseWindowsPowershell -WarningAction SilentlyContinue <- This imports it quietly.

insanerwayner avatar Jul 13 '21 13:07 insanerwayner