Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module fails with PowerShell 7 #192

Open
markdmac opened this issue Apr 15, 2021 · 1 comment
Open

Module fails with PowerShell 7 #192

markdmac opened this issue Apr 15, 2021 · 1 comment

Comments

@markdmac
Copy link

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

@insanerwayner
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants