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

Implement Docker & Portainer

Prerequisites:OS: base image Centos 7 Create network bridge from command line: # Network: x.x.x.128/26 Range:…

PowerShell: Set Windows Scheduled Task to Send a Pop-up Message

# Set variables $taskName='Bi-weekly Meeting Reminder' $time='11:50am' $daily=New-ScheduledTaskTrigger -Daily -At $time $everyOtherDay=New-ScheduledTaskTrigger -Daily -DaysInterval 2…

Troubleshooting Active Directory Replication Issues

How to Check Domain Controller Syncronization Check replication summary [TEST-DC02]: PS C:\Users\testadmin\Documents> Repadmin /replsummary Replication…