You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
This is a PowerShellGet Uninstall-Module issue, so I will transfer this issue to there. The PowerShell team is working on a v3 version of PowerShellGet and can be addressed in that release.
Hi @mi-hol thanks for reaching out! Are you running this on WindowsPowerShell or PowerShell 6+? (You can run $PSVersionTable in the powershell terminal to find out)
If you are running this on WindowsPowerShell you need to run WindowsPowerShell as Admin and then run: Uninstall-Module Microsoft.PowerShell.SecretStore -Force -allVersions again
In PowerShell 6+ you can run Uninstall-Module Microsoft.PowerShell.SecretStore -Force -allVersions and it should be good
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tried to remove all versions of Microsoft.PowerShell.SecretStore, but wasn't successful.
Any hints appreciated.
The text was updated successfully, but these errors were encountered: