HOTSPOT
Your network contains an Active Directory forest named contoso.com.
The forest contains an Active Directory Federation Services (AD FS) farm.
You install Windows Server 2016 on a server named Server2.
You need to configure Server2 as a node in the federation server farm.
Which cmdlets should you run? To answer, select the appropriate options in the answer area.
Hot Area:

Explanation:
I think
– Install-Windowsfeature
– Add-AdfsFarmNode
11
0
Correct, Install AD FS (via Install-WindowsFeature), and setup AD FS on server (via -Add-AdfsFarm).
Install-AdfsFarm would be used to create the first node only in an AD FS farm, hence it is wrong.
Set-AdfsProperties Sets the properties that control global behaviors in AD FS.
Set-AdfsFarmInformation removes a stale or offline farm node from the farm information table in order to keep the list of Active Directory Federation Services (AD FS) farm nodes current.
7
0
Maybe its Set-AdfsSyncProperties. I believe question or at least anwsers are wrong
0
1
yes mising Add-AdfsFarmNode
2
0