Administering Windows Server 2012 — Question 10
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, run wsusutil.exe configuresslproxy server02 443.
- B. From a command prompt, runwsusutil.exe configuressl server01.
- C. From a command prompt, run wsusutil.exe configuresslproxy server01 443.
- D. From the Update Services console, modify the Update Source and Proxy Server options.
Correct answer: C
Explanation
The correct answer is C because you need to configure Server02 to use SSL when synchronizing with Server01. Running 'wsusutil.exe configuresslproxy server01 443' ensures that the connection to Server01 is secured. Options A and B are incorrect because they either reference the wrong server or do not specify the correct proxy configuration. Option D is also incorrect as it does not address the SSL requirement directly.