Finally got SMS 2003 to work (push out Office 2007) but now got another problem
WMI seems to have got corrupted on over 3/4 of the PC's and I need a way to repair it and repair SMS Client to the PCs..
I found this series of commands to repair WMI
but it doesn't like being run from a batch fileCode:cd /d %windir%\system32\wbem for %i in (*.dll) do RegSvr32 -s %i for %i in (*.exe) do %i /RegServer
Is there an easier way to repair WMI & SMS Adv Client on startup?



LinkBack URL
About LinkBacks


Reply With Quote


