PoShKeePass
PoShKeePass copied to clipboard
Module fails with PowerShell 7
Module won't load properly with PowerShell 7. Please add support for the latest version.
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.