Networking with Windows Server 2016 — Question 21

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a server named Server1 that has the Network Policy and Access Services server role installed.
You create a Shared Secret Network Policy Server (NPS) template named Template1.
You need to view the shared secret string used for Template1.
Solution: From Windows PowerShell, you run Get-NpsSharedSecretTemplate -Name Template1.
Does this meet the goal?

Answer options

Correct answer: B

Explanation

The command Get-NpsSharedSecretTemplate does not display the actual shared secret string; it is used to retrieve template information without revealing the secret itself. Therefore, while the command may execute successfully, it does not fulfill the requirement of viewing the shared secret string for Template1, making the correct answer 'No'.