Windows 7 Powershell Module PSWindowsUpdate stuck at "connecting to Windows Server Update Service"

  • Thread starter Thread starter MartinAD
  • Start date Start date
M

MartinAD

Guest
Hello Technet,

i recently tried to make use of this fine powershell module to manage some windows updates on the clients: Script Windows Update PowerShell Module


I downloaded and installed it, but the "core cmdlet" get-wuinstall immediatly stops after executing the command.

When I run "get-wuinstall -verbose", I see "Connecting to Windows Server Update Service server. Please wait..."

940625.jpg

This won't go away.


When I run the same command with the -debug switch instead, I get this:


940627.jpg

I thought to myself, maybe the Windows Update Service is not ready, so I ran the get-wuServiceManager command, but from what I can tell, this looks good:

940630.jpg

Any Ideas why this module won't work? I've also been trying to put this question in a more appropriate forum section, but coudn't find one that specifically was for powershell questions.

thanks for reading and have a good time

regards

Martin

More...
 
Back
Top