Configuring Advanced Windows Server 2012 Services — Question 55

You have two Windows Server Update Services (WSUS) servers named Server01 and Server02. Server01 synchronizes from Microsoft ??? Update. Server02 synchronizes updates from Server01. Both servers are members of the same Active Directory domain. You configure Server01 to require SSL for all WSUS metadata by using a certificate issued by an enterprise root certification authority (CA).
You need to ensure that Server02 synchronizes updates from Server01.
What should you do on Server02?

Answer options

Correct answer: C

Explanation

The correct answer is C because Server02 must be configured to connect to Server01 over SSL, and the command wsusutil.exe configuresslproxy server01 443 specifies this configuration. Options A and B are incorrect as they either point to the wrong server or do not configure the proxy correctly. Option D does not achieve the SSL requirement needed for the synchronization.