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

PowerShell: Audit Failed Logins of A User

$username='rambo' function auditLockouts($userName,$domainController,$refreshMinutes=1){ function getLockouts($domainControler){ # Requirement: # Domain Controllers Audit Group Policy has been…

Update Root Hints on the DNS Server

You can use root hints to prepare servers that are authoritative for nonroot zones so…

Disable Windows 10 Automatic Updates

Why? It's annoying if Windows keep updating automatically in the background and even reboot when…