Month: June 2015
must play | tis-100
TIS-100
Must check | incron
detects file system events. http://inotify.aiken.cz/?section=incron&page=about&lang=en
Microsoft | WSUS installation on machines with server os
On a server open the Server Manager then go to roles —> Add role
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 […]
Microsoft | DNS – flushing cache
ipconfig /flushdns
Microsoft | Uninstalling WSUS
Simply run the WSUS setup executable. It will deinstall your current WSUS instance at first.