Skip to content
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

Check for following Updates #29

Open
22harle opened this issue Jan 13, 2020 · 1 comment
Open

Check for following Updates #29

22harle opened this issue Jan 13, 2020 · 1 comment

Comments

@22harle
Copy link

22harle commented Jan 13, 2020

First of all: Thanks for the great script, just started using it and i already love it!

After Installing the Server 2016 SSU using PoshPAIG the following CU was not Downloaded instantly.
I had to reboot the System in order to get the Servers to download the following update wich was the CU. When viewing the Windows Update Interface on the machine it still showed the SSU to install but when chekcing the eventlog i get the event telling me that the update was installed successfully.

Is it possible to get an USOclient StartScan and StartDownload button?

This would probably prevent me from needing to restart the server more than actually required...

@22harle
Copy link
Author

22harle commented Jan 13, 2020

i simply added the following line at line 113 of the Install-patches.ps1 wich seemed to do the trick.

Invoke-Command -Computername $Computername {usoclient startScan}

Dont judge my awful powershell knowledge :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant