-
Notifications
You must be signed in to change notification settings - Fork 189
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
Unable to install/update modules - packagemanagement #492
Comments
I've also tried manually copying the Nuget packageprovider .dll as mentioned here, but no luck. |
I am now facing this exact same issue, and have also moved to OneDrive backup recently. Did you find any fix? |
Having the same problem and only with PS7 not with 5.1 desktop. FIPS not enabled. |
same problem with 5.1 and windows server 2016 |
Try updating PackageManagement. If I recall correctly, it updates NuGet as a prerequisite and works-around this problem. Install-Module -Name "PackageManagement" -Force |
Robert, the fact that your PowerShell window shows "Administrator" in the title bar, yet PowerShell is reporting that you do not have administrative rights tells me that something on the computer is restricting your admin rights. Any relevant GPOs or security software in place? If you do a
|
Steps to reproduce
Was redirected here from the PowerShell Github
Having problems doing anything related to installing or updating modules in PS7.
Same machines as where I ran PS6 and PS7-preview
PS5.1 working as intended
First I try to
Expected behavior
The PackageProvider gets installed
Actual behavior
Then I try
Followed by
I have this on 2 machines at the moment, I've tried uninstalling/reinstalling, but no luck.
I've searched for people experiencing similar issues, but no luck.
FIPS not enabled on both machines
Tried the steps here, but also no luck
Environment data
Someone mentioned it might be related to OneDrive known-folder-move, this is configured on both machines through Intune [corporate policies pushed to device]
Not sure if this is actually it, but perhaps it is of any help troubleshooting?
The text was updated successfully, but these errors were encountered: