What should you do?
You use Forefront Identity Manager (FIM) 2010 in your company network.
You receive the following error:
Object “CN=BartDuncan, OU=FIMObjects, DC=Contoso,DC=com” does not have a parent object in management agent “ContosoADMA”.
You need to find out the cause of the error.
What should you do? (Choose all that apply.)
What should you do?
You use Forefront Identity Manager (FIM) 2010 in your company network. The fullName attribute is used to generate a unique logon name for each user by using a FIM Workflow activity. Before users objects are created in the metaverse, the FIM environment performs a collision check to confirm whether a unique fullName attribute exists. You discover that users having duplicate fullName attributes are not being created. You need to find out the cause of the issue. What should you do?
What should you do?
You use Forefront Identity Manager (FIM) 2010 in your company network. You use Management Policy Rules (MPRs) and synchronization rules to provision users. You discover that from yesterday, the status for thousands of expected rule entries for external users is Pending. You need to find out the scope of the problem. What should you do?
which phase does synchronization fail?
You administer a Forefront Identity Management (FIM) 2010 server in your company network. You discover that several objects do not synchronize between the FIM Service database and Active Directory Domain Services (AD DS). The required identity data has the following features: It appears in the connector space of the FIM management process. It appears in the metaverse. It does not appear in the connector space of the AD DS Management Agent. In which phase does synchronization fail?
What should you do?
Your company network includes Forefront Identity Manager (FIM) 2010. You are performing the migration of FIM from the test environment to the production environment. After you run the CommitChanges.ps1 PowerShell script, the count of UndoneImports is a non-zero value. You need to find out why the UndoneImports count does not return zero. What should you do?
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.)
What should you do?
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?
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…
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.)
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. 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?