az-800 Practice Question 1004
Exam: az-800
Domain: Manage Windows Servers and workloads in a hybrid environment
Topic: Manage Windows Server in a hybrid environment
Difficulty: medium
You are configuring PowerShell Remoting on a non-domain joined Windows Server. To allow clients to connect securely, what must you configure in addition to enabling WinRM?
Answer Options
A
Add the server to the TrustedHosts list on the client machine.
B
Enable Active Directory Federation Services.
C
Configure IPSec ESP transport mode.
D
Disable the Windows Firewall completely.
Correct Answer
A: Add the server to the TrustedHosts list on the client machine.
Explanation
When computers are not in an Active Directory domain, Kerberos cannot be used. You must add the target computer to the client's TrustedHosts list (or configure HTTPS with a valid certificate).