Page 1 of 1

Powershell Errors

Posted: Wed Dec 11, 2019 8:34 pm
by G2G1
Having trouble when launching the shell on a machine. I've tried the verify options and even the previously posted xcopy commands as well for similar issues.

Image

Re: Powershell Errors

Posted: Thu Dec 12, 2019 2:17 pm
by Cubert
Your problem is the Powershell build your using on the local computer can not see in its know paths the MSOnline Powershell modules.

So if they are actually installed on the local system, find them and make sure that they are in the path seen by your POSH version. The command is trying to load and use module to contact Microsoft but is failing to see the modules.


Did you see this post?

viewtopic.php?f=51&t=5175&sid=a96730e89 ... 06ab108232
This may help as well.

Re: Powershell Errors

Posted: Thu Dec 12, 2019 6:08 pm
by G2G1
I had seen that post and watched that video - didn't seem to cover this.

I resolved via:

Get-Module -ListAvailable
and then removing the msol/azure ones via Remove-Module NAME

Then redploying via your panel

Re: Powershell Errors

Posted: Fri Dec 13, 2019 2:11 pm
by Cubert
Awesome,