Check for following Updates
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...
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 :)