Forum Discussion
neatdot
Jul 01, 2021Copper Contributor
Error message when running Update-Module
I'm receiving the following error message when running Update-Module. Any views on how I can fix this? Update-Module : The 'Update-Module' command was found in the module 'PowerShellGet', but th...
- Jul 01, 2021Where do you have PowerShellGet installed?
get-module -listavailable -Name PowerShellGet
This could be related to OneDrive
Jul 01, 2021
Where do you have PowerShellGet installed?
get-module -listavailable -Name PowerShellGet
This could be related to OneDrive
get-module -listavailable -Name PowerShellGet
This could be related to OneDrive
neatdot
Jul 02, 2021Copper Contributor
It was indeed. I have 3 OneDrive Business accounts, all of which were set up correctly. However, OneDrive Personal was not running, and my personal OneDrive PowerShell folder was on the $env:PSModulePath path. Reenabling OneDrive Personal solved the problem.
Thanks!
Thanks!