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: Checking Duplicating Identifiers Among ADFS Relying Party Trusts

function getDuplicatingIfd{ write-host "Checking each relying party trust for any duplicates of identifiers..." $trusts=Get-AdfsRelyingPartyTrust $allTrustNames=$trusts.Name…

How to Become a DevOps Engineer in 2020

This note is scribbled up with about 5-minute of time. Thus, it may not have…

Set up centralized logging on Windows Server

Server: # winrm qc If this computer has VMWare workstation installed, it's "public network" needs…