You deploy Forefront Identity Manager (FIM) 2010 in your company network to provide an identity management solution between Active Directory Domain Services (AD DS) and an HR application. You create a new HR Management Agent (MA) to synchronize changes in HR objects with AD DS objects. You need to ensure that after changes are imported, only those new changes will be synchronized. Which Run Profiles step should you use to configure the new MA?
You use Forefront Identity Manager (FIM) 2010 to provision user accounts between Active Directory Domain Services (AD DS) and multiple external directory services. You create a new Management Agent (MA) to synchronize Active Directory accounts with a third-party directory service. You need to confirm that the account objects will be joined to the correct metaverse object. What should you do?
You use Forefront Identity Manager (FIM) 2010 in your company network. You import Employee objects in the connector space for an HR application that uses the firstName and lastName attributes. Destination Person object attributes are populated by the HR Management Agent (MA) and must use the single fullName attribute. You need to ensure that employee names exist in the metaverse as a single full name attribute. What should you do?
You use Forefront Identity Manager (FIM) 2010 in your company network. You create the target Management Agent (MA) and configure the export attribute flow. You run a Full Synchronization run profile on the HR MA . You discover that new objects do not appear in the connector space. You need to ensure that objects are properly created in the connector space during outbound synchronization. What should you do?
You use Forefront Identity Manager (FIM) 2010 in your company network. The following projection rule is
used to map disconnector objects.
Public Function ShouldProjectToMV(ByVal csentry As CSEntry, _ ByRef MVObjectType As String) As
Boolean Implements _ IMASynchronization.ShouldProjectToMV ?Select Case csentry
("employeeType").Value.ToLower ?Case "employee" ?ShouldProjectToMV = False ?Case
"externalcontractor" ?MVObjectType = "contact" ?ShouldProjectToMV = True ?Case "temporary" ?
ShouldProjectToMV = False ?Case Else ?Throw New UnexpectedDataException("Unexpected
employeeType=" _ & csentry("employeeType").Value) ?End Select End Function
You need to ensure that employees and contractors matching this attribute are connected to the metaverse
as person objects. You also need to ensure that external contractors are connected as contact objects.
What should you do? (Choose all that apply.)
Your company network uses Forefront Identity Manager (FIM) 2010 to synchronize user accounts in an Active Directory Domain Services (AD DS) domain. The contoso.com domain contains a FIM server named FIM-SRV-1 and a domain controller named LON-DC1. The FIM service account is named FIMSvcAcct. You need to configure Service Principal Name (SPN) records in AD DS for Password Change Notification Service (PCNS). What should you do?
Your company network uses Forefront Identity Manager (FIM) 2010 to synchronize user accounts in an
Active Directory Domain Services (AD DS) domain. You are implementing Password Change Notification
Service (PCNS). You need to configure the AD Management Agent (AD MA) for password synchronization
with PCNS. You also need to ensure that the HR Data MA receives password change notifications. What
should you do? (Choose all that apply.)
You use Forefront Identity Manager (FIM) 2010 in your company network. After you perform the migration of FIM from the test environment to the production environment, you discover that requests for custom workflows fail. You need to ensure that custom workflows perform properly in the production environment. What should you do?
You use Forefront Identity Manager (FIM) 2010 in your company network. You want to migrate the FIM
Portal configuration from the test environment to the production environment. You need to enable
maintenance mode. What should you do? (Choose all that apply.)
You plan to deploy a Forefront Identity Manager (FIM) 2010 server from the test environment to the
production environment. You perform the following steps: Install FIM on a new server in the production
environment. Enable maintenance mode in the production environment. Run the ExportSchema.ps1
Windows PowerShell script in the test environment and rename schema.xml to pilot_schema.xml. Run the
ExportPolicy.ps1 Windows PowerShell script in the test environment and rename policy.xml to
pilot_policy.xml.
You need to complete the migration of the FIM Service schema and synchronization configuration from the
test environment to the production environment. What should you do? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)