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.
Question
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)- A57% (21)
- B5% (2)
- C27% (10)
- D11% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.