經過昨天M$大老的70-642荼毒,重拾認真的心情與書本,開始繼續衝刺。
Wuauclt.exe = A Windows Update AutoUpdate Client, Background process which checks with Microsoft website for updates to the operating system.
Wuauclt有 2 個非常有用的參數:Detectnow 和 Resetauthorization 。
◎ Detectnow
在命令提示字元下輸入 wuauclt .exe /detectnow ,可以立即讓Client端立即與 WUS Server 聯繫,檢測是否有新的Service Pack。 在Client端,可以在OS的安裝目錄下檢查 WindowsUpdate.log 文件,看是否與Server聯繫檢測更新,如果更新過程有錯誤,也可在該文件中查看錯誤原因。
如果是在WSUS Server上無法使用WSUS管理主控台列出的某些更新,則是需要指定reset 參數。
◎ Resetauthorization
WUS 在Client 端使用了 Cookie 儲存一些信息。默認該 Cookie 1小時後失效,如果你在使用 detectnow 參數立即檢查Client 端Service Pack 時發現 Cookie 過期無法更新時可以使用 Resetauthorization 重新申請對話。 在命令提示字元下輸入
wuauclt .exe /resetauthorization /detectnow
管理員在debug時,除了可以查看Client端的 WindowsUpdate.log 文件外,還可以在Server端的 %ProgramFiles%\Microsoft Windows Update Services\ 目錄下檢查 LogFiles\SoftwareDistribution.log 文件進行偵錯。