nerdexam

70-158 · Question #14

You administer a Forefront Identity Manager (FIM) 2010 server in your company network. You need to add the company logo to the top of the FIM Password Reset Portal page. What should you do?

The correct answer is D. In the web.config file, modify the <add key ="PasswordPortalBrandingBarRightImageUrl" value ="~/_layouts. To add a company logo to the FIM Password Reset Portal page, you must modify the PasswordPortalBrandingBarRightImageUrl key in the portal's web.config file.

Submitted by fernanda_arg· Mar 4, 2026Configure the FIM Portal

Question

You administer a Forefront Identity Manager (FIM) 2010 server in your company network. You need to add the company logo to the top of the FIM Password Reset Portal page. What should you do?

Options

  • AFrom FIM Portal Configuration, on the Extended Attributes tab, set the Branding Left Image attribute to
  • BFrom FIM Portal Configuration, on the Extended Attributes tab, set the Branding Center Text attribute to
  • CIn the web.config file, modify the <add key ="PasswordPortalBrandingBarCenterText" value =""/>line.
  • DIn the web.config file, modify the <add key ="PasswordPortalBrandingBarRightImageUrl" value ="~/_layouts

How the community answered

(18 responses)
  • A
    6% (1)
  • C
    11% (2)
  • D
    83% (15)

Why each option

To add a company logo to the FIM Password Reset Portal page, you must modify the `PasswordPortalBrandingBarRightImageUrl` key in the portal's `web.config` file.

AFrom FIM Portal Configuration, on the Extended Attributes tab, set the Branding Left Image attribute to

The FIM Portal Configuration's Extended Attributes tab is used to manage schema extensions and attributes for FIM objects, not for directly configuring the graphical branding of the Password Reset Portal.

BFrom FIM Portal Configuration, on the Extended Attributes tab, set the Branding Center Text attribute to

This option incorrectly suggests using an attribute tab for branding images and refers to a text attribute, not an image URL for a logo.

CIn the web.config file, modify the <add key ="PasswordPortalBrandingBarCenterText" value =""/>line.

While modifying the `web.config` file is the correct approach, the `PasswordPortalBrandingBarCenterText` key is specifically for setting text, not for specifying an image URL for a logo.

DIn the web.config file, modify the <add key ="PasswordPortalBrandingBarRightImageUrl" value ="~/_layoutsCorrect

The FIM Password Reset Portal's visual branding, including the company logo, is configured by modifying specific key-value pairs within its `web.config` file, where `PasswordPortalBrandingBarRightImageUrl` specifies the path to the logo image displayed on the right side of the branding bar.

Concept tested: FIM Password Reset Portal branding configuration

Source: https://social.technet.microsoft.com/wiki/contents/articles/3248.how-to-configure-the-password-reset-portal-fim-2010.aspx

Topics

#Password Reset Portal#Portal Branding#web.config configuration

Community Discussion

No community discussion yet for this question.

Full 70-158 Practice