OPSI | deploying registry settings

If you wanna apply regular exported *.reg files use this mechanism: [Winbatch_add_reg_32] “%SystemRoot%\system32\reg.exe” import “%ScriptPath%\32bit_wsus_win7.reg” [Winbatch_add_reg_64] “%SystemRoot%\system32\reg.exe” import “%ScriptPath%\64bit_wsus_win7.reg” Winbatch_* sections/functions allow to execute dos/windows commands.

Microsoft | WSUS – Clearing the syncronization history

Loading the syncro history in wsus mmc is very slow and can lead to a timeout [request for server node reset]. In this case delete old history entries: * Start the SQL server management studio * —> Databases —> SUSDB —> right click —> New query USE SUSDB GO DELETE FROM tbEventInstance WHERE EventNamespaceID = […]

Microsoft | WSUS – You should know

Running WSUS using the microsoft sql server express edition [ssee] is pain in the ass. It’s simply too slow. The mmc will run into timeout. Use the more powerful microsoft sql server instead. The first syncronization eats a lot of time. Unfortunately this syncro generates such a huge pile of database data. This results in […]