Hi Luca Bosco,
If you want to increase the download speed, you may set WSUS to download updates in Foreground mode:
(Apply to server 2012 and 2012R2)
1.Download and install the following tools:
Microsoft Command Line Utilities 11 for SQL Server:
https://www.microsoft.com/en-us/download/details.aspx?id=36433
ODBC driver 11 for SQL:
https://www.microsoft.com/en-us/download/details.aspx?id=36434
2. In CMD, direct to SQLCMD.exe path using command:
cd C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn
3. In CMD, run the following command:
SQLCMD -E -S np:\\.\pipe\MICROSOFT##WID\tsql\query –d "SUSDB" –Q "update tbConfigurationC set BitsDownloadPriorityForeground=1"
Best Regards,
Anne
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.