SomaFM commercial free internet radio All posts tagged 'Windows-Server-Update-Services-(WSUS)'

Paul Sturm

My notebook of discovered facts

Set group policy to use WSUS server

To tell a windows server to use a specific Windows Server update Services (WSUS) server, use the following:

 Start > Run > gpedit.msc > OK > Computer Configuration > Administrative Templates > Windows Components > Windows Update

 The 2 keys 'Configure Automatic Updates' and 'Specify intranet Microsoft update service location' are the items you will want to change.


Permalink | Comments (15) | Post RSSRSS comment feed

Force VM that's been offline to check WSUS for updates

Periodically, I have a base image that needs to be updated.  It is usually not in a running state so it falls behind in Microsoft patches.  After waking the VM from storage, I use the following to force a check to the defined Windows Server Update Services (WSUS) with the following command from the command line:

wuauclt /detectnow 


Permalink | Comments (6) | Post RSSRSS comment feed