1) It takes a while - give it a few days for them to report in. If some are still not reporting in, stop the windows updates service:
and delete the reg key here:
Code:
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
then restart windows updates and force it to redetect.
Code:
net start wuauserv
wuauclt /resetauthorization /detectnow
If you're prepping a computer image for deployment, don't restart windows updates or reset the authorisation. Instead, also delete the following reg keys:
Code:
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f
Sysprep and NewSid don't (iirc) reset the susclientid, hence why some imaged machines won't report in.
2)
Code:
wsusutil movecontent $DriverLetter:\NEWLOCATION C:\nameoflogfile.log
Check the options first.