Moving WSUS Server Updates Folder
If you’re using Microsoft Windows Server Update Services (WSUS), there may come a day when you need to move the updates to another drive. Once WSUS has been installed, the WSUS Administration tool doesn’t let you do this, but you can do it using a command line tool called wsusutil found in C:\Program Files\Update Services\Tools. I’m running version 3.0 SP1.
The command is:
wsusutil movecontent logfile.log x:\WSUS
(where x: is the new destination)
If you have already copied the content (make sure you’ve set the correct permissions), you can run:
wsusutil movecontent logfile.log f:\WSUS -skipcopy
Continue reading at our new blog - Moving WSUS Server Updates Folder