Set-ADFSProperties -WIASupportedUserAgents @("<user_agent>", "<user_agent>","<user_agent>")
where"<user_agent>" is each user agent noted in the output from the previous step.
Note: If you are configuring IWA for Notes federated login, you must also specify the browser embedded in the Notes client. For Notes V10 and earlier clients, specify Mozilla/4.0. For Notes V11 and later clients, specify Mozilla/5.0.
For example:
Set-ADFSProperties -WIASupportedUserAgents @("MSIE 6.0", "MSIE 7.0", "MSIE 8.0", "MSIE 9.0", "MSIE 10.0", "Trident/7.0", "MSIPC", "Windows Rights Management Client","MS_WorkFoldersClient" ,"=~Windows\s*NT.*Edge", "Firefox/25.0", "Firefox/47.0", "Mozilla/4.0", "Mozilla/5.0")