Here are two PowerShell scripts that checks what updates have been delivered to a computer via SCCM and invokes the installation of them.
Why do you ask? Well I build servers and need to make sure all windows updates (to an approved released are installed on the newly build computer).
This can take a while for SCCM client to get its act together and download them. These two scripts allow me to easily check the status of a computer and initiate the installation remotely.
↧
SCCM – PowerShell to Check Windows Updates and Install Them on Computer
↧