Uninstall KB 2823324 using ConfigMgr

Create a CMD file with the following content @echo off :: – – – – – Check if KB is installed – – – – – – – – systeminfo | findstr 2823324 :: – – – – – If not installed (1), exit – – – – – – – IF %errorlevel% EQU 1…

April 16, 2013 · 1 min · 154 words · Vitalie Ciobanu

Update proxy settings used by Software Updates role in SCCM 2007

Few months ago I had an interesting problem at a client site that took me a while to resolve. So I want to post it here, maybe it will help others… After a successful upgrade from SMS 2003 to SCCM 2007 SP1, I configured software update point, synchronized with Microsoft update to get the list…

February 8, 2009 · 2 min · 275 words · Vitalie Ciobanu