Posted On March 31, 2019

Configure Remote Servers to Download Contents from Microsoft Directly instead of WSUS

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Configure Remote Servers to Download Contents from Microsoft Directly instead of WSUS

Log onto Local Server >> Group Policy >> Computer Configuration >> Administrative Templates >> System >> double-click “Specify settings for optional component installation and component repair” >> select “Enabled” >> select “Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS)” check box

Leave a Reply

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

Related Post

PowerShell: Kill a Windows Service Forcefully

# killService.ps1 $serviceName='vmms' function killService($serviceName='Spooler',$restart=$false){ $processId=Get-WmiObject -Class Win32_Service -Filter "Name LIKE '$serviceName'"|Select-Object -ExpandProperty ProcessId if($processId.count…

User Account Group Membership Copy

This is the quick snippet to be executed in the context of a Domain Administrator:…

Project Servers Virtualization

Project Scope: The scope of this project is limited to stabilizing production environment by ensuring…