nerdexam
Microsoft

70-649 · Question #215

Your network contains two servers named Server1 and Server2 that run Windows Server 2008 R2. Server1 has Active Directory Federation Services (AD FS) 2.0 installed. Server1 is a member of an AD FS…

The correct answer is A. On Server2, run fsconfig.exe. To configure a new federation server using the command line Open a Command Prompt window. To open a command prompt, click Start, click Run, type cmd, and thenclick OK. Change the directory to the path where AD FS 2.0 was installed. For example, if the default path of…

Configuring Active Directory Infrastructure

Question

Your network contains two servers named Server1 and Server2 that run Windows Server 2008 R2. Server1 has Active Directory Federation Services (AD FS) 2.0 installed. Server1 is a member of an AD FS farm. The AD FS farm is configured to use a configuration database that is stored on a separate Microsoft SQL Server. You install AD FS 2.0 on Server2. You need to add Servers to the existing AD FS farm. What should you do?

Options

  • AOn Server2, run fsconfig.exe.
  • BOn Server1, run fsconfigwizord.exe
  • COn Server1, run fsconfig.exe.
  • DOn Server2, run fsconfigwizord.exe.

How the community answered

(35 responses)
  • A
    74% (26)
  • B
    9% (3)
  • C
    14% (5)
  • D
    3% (1)

Explanation

To configure a new federation server using the command line Open a Command Prompt window. To open a command prompt, click Start, click Run, type cmd, and thenclick OK. Change the directory to the path where AD FS 2.0 was installed. For example, if the default path of %ProgramFiles%\Active Directory Federation Services 2.0 was used as the install path, type the followingcommand, and then press ENTER: cd %programfiles%\Active Directory Federation Services 2.0 To configure this computer as a federation server, type the applicable syntax using either of the followingcommand parameters, and then press ENTER: fsconfig.exe {StandAlone|CreateFarm|CreateSQLFarm|JoinFarm|JoinSQLFarm} [deployment specificparameters] Parameter Description StandAlone: Sets up this computer as a stand-alone federation server for evaluation purposes or for asmall production environment. To see details about this option, type fsconfig StandAlone CreateFarm: Creates a new federation server farm and uses the Windows Internal Database to storeAD FS 2.0 configuration settings. To see details about this option, type fsconfig CreateFarm CreateSQLFarm: Creates a new federation server farm and uses Microsoft SQL Server?to store AD FS2.0 configuration settings. To see details about this option, type fsconfig CreateSQLFarm JoinFarm: Joins this computer to an existing federation server farm that is using the Windows InternalDatabase. To see details about this option, type fsconfig JoinFarm /help. JoinSQLFarm: Joins this computer to an existing federation server farm that is using SQL Server. To seedetails about this option, type fsconfig JoinSQLFarm /help.

Topics

#AD FS#farm configuration#SQL Server#fsconfig.exe

Community Discussion

No community discussion yet for this question.

Full 70-649 Practice