MICROSOFT WINDOWS SERVER UPDATE SERVICES SERVER DIAGNOSTIC TOOL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This tool helps administrators gather Update Services Server debug logs and configuration information for further troubleshooting. The tool has the below commandline parameters. OutputCab: optional parameter to create a cab of the tool output in the specified file. Tool: mandatory parameter specifying the tool to run. this parameter has the below options ResetAnchors: Force a full sync in the next subscription run. PurgeUnneededFiles: Delete all files not needed on the WSUS server. SetForegroundDownload: Enable foreground content download in WSUS server. This can be used for proxies that don't support range requests. ResetForegroundDownload: Reset foreground content download in WSUS server. GetBitsStatus: Get the status of BITS jobs. This tool requires BitsAdmin.exe tobe in PATH. GetConfiguration: Get the WSUS server configuration Information. GetLogs: Get the WSUS Server Installation/Debug Logs. Examples Gather Server Logs: WsusDebugTool.exe /Tool:GetLogs /OutputCab:c:\ServerLogs.cab Get help on a tool: WsusDebugTool.exe /Tool:GetConfiguration /? Purge unneeded content: WsusDebugTool.exe /Tool:PurgeUnnneededFiles