Which Windows PowerShell command should you run?

You deploy an Active Directory Federation Services (AD FS) 2.1 infrastructure.
The infrastructure uses Active Directory as the attribute store.
Some users report that they fail to authenticate to the AD FS infrastructure.
You discover that only users who run third-party web browsers experience issues.
You need to ensure that all of the users can authenticate to the AD FS infrastructure successfully.
Which Windows PowerShell command should you run?

You deploy an Active Directory Federation Services (AD FS) 2.1 infrastructure.
The infrastructure uses Active Directory as the attribute store.
Some users report that they fail to authenticate to the AD FS infrastructure.
You discover that only users who run third-party web browsers experience issues.
You need to ensure that all of the users can authenticate to the AD FS infrastructure successfully.
Which Windows PowerShell command should you run?

A.
Set-ADFSProperties -ProxyTrustTokenLifetime 1:00:00

B.
Set-ADFSProperties -AddProxyAuthenticationRules None

C.
Set-ADFSProperties -SSOLifetime 1:00:00

D.
Set-ADFSProperties -ExtendedProtectionTokenCheck None

Explanation:
http://technet.microsoft.com/en-us/library/hh237448(v=ws.10)



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Alona

Alona

The currect Answer is A

Kevin

Kevin

How would changing the lifetime of the token change anything when third party browsers dont even support it in the first place? D is correct, see explanation for details.