Administering Windows Server 2012 — Question 25
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
- A. From a command prompt, runwsusutil.exe configuressl server01.
- B. From a command prompt, run wsusutil.exe configuresslproxy server02 443.
- C. From a command prompt, run wsusutil.exe configuressl server02.
- D. From the Update Services console, modify the Update Source and Proxy Server options.
Correct answer: C
Explanation
The correct answer is C because Server02 needs to be configured to use SSL to connect securely to Server01, which is done by running wsusutil.exe configuressl server02. Option A is incorrect as it configures Server01 instead of Server02, while option B is not relevant since it pertains to proxy settings, and option D does not specifically address the SSL requirement needed for synchronization.