nerdexam
Microsoft

70-663 · Question #40

You have an Exchange Server 2010 organization. Company policy states that a copy of user's mailbox must be kept for one year after the user leaves the company. All user accounts are in an…

The correct answer is A. a new management role assignment. By default, the Mailbox Import Export management role isn't included in any of the built-in role groups, such as the Organization Management role group. To import or export mailbox data, you need to add the Mailbox Import Export management role to a user or a role group…

Designing Security

Question

You have an Exchange Server 2010 organization. Company policy states that a copy of user's mailbox must be kept for one year after the user leaves the company. All user accounts are in an organizational unit (OU) named OU1. A compliance administrator plans to export the mailboxes to personal folders. You need to recommend a solution that allows the compliance administrator to meet the requirements of the company policy. What should you include in the solution?

Exhibit

70-663 question #40 exhibit

Options

  • Aa new management role assignment
  • Bdelegated perimeters to OU1
  • Cmanaged folder mailbox policies
  • Dnew personal Archives

How the community answered

(27 responses)
  • A
    74% (20)
  • B
    4% (1)
  • C
    7% (2)
  • D
    15% (4)

Explanation

By default, the Mailbox Import Export management role isn't included in any of the built-in role groups, such as the Organization Management role group. To import or export mailbox data, you need to add the Mailbox Import Export management role to a user or a role group New-ManagementRoleAssignment -Role "Mailbox Import Export" -User "<username>" Another way of doing this is creating an Active Directory group and adding permissions to this group using the following command: New-ManagementRoleAssignment -Role "Mailbox Import Export" -Group "<usergroup>" When you are done, you will only have to add users to this group to allow them to export and import Mailbox export request is processed by the Client Access server role. Because multiple Client Access servers can exist in a site the request could be processed by any one of them. To ensure that the path to the export PST file is valid for any Client Access server it has to be a UNC path to network share, not a local path To export a mailbox to PST you use New-MailboxExportRequest A management role assignment policy is a collection of one or more end-user management roles that enables end users to manage their own Microsoft Exchange Server 2010 mailbox and distribution group configuration. Role assignment policies, which are part of the Role Based Access Control (RBAC) permissions model in Exchange 2010, enable you to control what specific mailbox and distribution group configuration settings your end users can modify. Different groups of users can have role assignment policies specialized to them.

Topics

#RBAC#management role assignment#mailbox export#compliance

Community Discussion

No community discussion yet for this question.

Full 70-663 Practice