Move WSUS content to another location
Most of the time admins don’t put this into their consideration when setting up a WSUS server, but along time you’ll root directory will tend to grow accordingly as your environment extends and you will sense this if you have a multi-client-OS based environment.
So they key solution is to change the path of the WSUS content (updates) to anther partition/drive.
How to do it:
- Open command shell (run -> cmd).
- Navigate to the directory that contains WSUSutil.exe which is usually located in (C:\Program Files\Update Services\Tools\)
- wsusutil.exe movecontent contentpath logfile -skipcopy
- wsusutil.exe movecontent D:\WSUS1\ D:\move.log
Where D:\WSUS1 is the new path for local WSUS update storage, and D:\move.log is the path to the log file.
Note: I know it’s called move, but it doesn’t actually move everything, it’s copies them and you’ll have to delete the contents directory afterwards, this only copies the WSUS content, the database remains in it’s original location so be careful not to delete the original directory once it’s done.
i love your blog, i have it in my rss reader and always like new things coming up from it.
Thanks for this info. Very concise and helpful. Sorted out an issue I had. Cheers.
Glad I could help :).
DOES NOT WORK AS LISTED. INCORRECT parameters are listed. There are NO brackets in [-skipcopy]. View the WSUSutil.exe /? options first.
Fixed :-), thank you for your contribution.