You need to process incoming server requests on HRFarm that originate from FinanceFarm

A company has two SharePoint farms as described in the following table.

You need to process incoming server requests on HRFarm that originate from FinanceFarm.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A company has two SharePoint farms as described in the following table.

You need to process incoming server requests on HRFarm that originate from FinanceFarm.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A.
Configure both farms to use Secure Sockets Layer (SSL) connections.

B.
Run the Windows PowerShell cmdlet New-SPTrustedSecurityTokenIssuer on a server in FarmB.

C.
Run the Windows PowerShell cmdlet New-SPTrustedSecurityTokenIssuer on a server in HRFarm.

D.
Log on as a member of the Administrators group on a server in FarmA.

E.
Run the Windows PowerShell cmdlet Get-SPTrustedSecurityTokenIssuer -Identity FarmA on a server in
FarmA.

Explanation:
C (not B):
New-SPTrustedSecurityTokenIssuer
Creates a trust between a server to server principal.
Use the New-SPTrustedSecurityTokenIssuercmdlet to establish a trust between a server to server
principal.



Leave a Reply 2

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


Ivy

Ivy

I would go for B and C. D should be Farm Administrator and not just Administrator. Both farms already use https.

Ivy

Ivy

1. Make sure you are an administrator. (My farm admin remark was not correct).
2. On the receiving server, run New-SPSecurityTokenIssuer. Command includes hostname and friendly name
3. Do this too for the servers that are sending requests
Source: https://technet.microsoft.com/en-us/library/jj655400.aspx