Posted On October 30, 2020

Moving WSUS Content Staging Folder

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Moving WSUS Content Staging Folder

Symptom:

Bloated Wsus Staging Folder:

Resolution:

$wsusNewContentFolder='D:\Wsus\WsusContent'
stop-service 'wsus service'
&'C:\Program Files\Update Services\Tools\wsusutil.exe' movecontent $wsusNewContentFolder "$wsusNewContentFolder.log"
start-service 'wsus service'

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Disable Startup Automatic Repair

Problem: Sometimes, a certain virtual machine would not boot correctly when it's being moved between…

Print Server Setup

Enable WSD Discovery: CMD >> Services.msc >> set DNS Client, Function Discovery Provider Host, SSDP…

PowerShell: Detecting Windows Antivirus

One of the initial tasks of a Windows user is to determine whether a computer…