nerdexam

70-158 · Question #84

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…

The correct answer is A. Use the Provision method. When new objects fail to appear in the connector space during outbound synchronization, it indicates that the provisioning process, which creates these objects, is not occurring correctly.

Submitted by lukas.cz· Mar 4, 2026Configure the FIM Synchronization Service

Question

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?

Options

  • AUse the Provision method.
  • BUse the ShouldDeleteFromMV function.
  • CUse the MapAttributesForExport function.
  • DCreate a rules extension that contains the Terminate method.

How the community answered

(37 responses)
  • A
    57% (21)
  • B
    5% (2)
  • C
    27% (10)
  • D
    11% (4)

Why each option

When new objects fail to appear in the connector space during outbound synchronization, it indicates that the provisioning process, which creates these objects, is not occurring correctly.

AUse the Provision method.Correct

The Provision method (specifically, `IMVSynchronization.Provision` within a rules extension) is explicitly responsible for creating new connector objects in a target management agent's connector space from the metaverse during outbound synchronization. If objects are not appearing, implementing or correcting the Provision method ensures their creation.

BUse the ShouldDeleteFromMV function.

The ShouldDeleteFromMV function is used to determine if a connector space object should be disconnected or deprovisioned from the metaverse, not to create new objects.

CUse the MapAttributesForExport function.

The MapAttributesForExport function defines how attributes flow from the metaverse to an *existing* connector object, not for the initial creation of the connector object itself.

DCreate a rules extension that contains the Terminate method.

The Terminate method is used for cleanup operations when a rules extension is being shut down and does not play a role in provisioning new objects.

Concept tested: FIM/MIM Metaverse Rules Extension Provisioning

Source: https://learn.microsoft.com/en-us/previous-versions/mim/hh826066(v=ws.10)

Topics

#FIM Provisioning#Management Agent#Connector Space#Rules Extension

Community Discussion

No community discussion yet for this question.

Full 70-158 Practice