70-663 · Question #53
You have an Exchange Server 2010 organization. Your company's compliance policy states that the following occurs when a user leaves the company: - The user account is disabled - The user account and…
The correct answer is D. Assign the Mailbox Import Export management role to Group1 and then instruct Group1 to. To create the role group we need to run the following: New-RoleGroup "Mailbox Import-Export Management" -Roles "Mailbox Import Export" This will create a group called ""Mailbox Import-Export Management"", every user added to this group will have the right to run the…
Question
You have an Exchange Server 2010 organization. Your company's compliance policy states that the following occurs when a user leaves the company:
- The user account is disabled
- The user account and mailbox are deleted after six months
- All e-mail messages in the mailbox are retained for three years
You need to recommend a solution to retain the e-mail messages of users who leave the company. The solution must meet the following requirements:
- Ensure that a group named Group1 can manage the process
- Minimize disk space required to store the mailbox database
What should you recommend?
Exhibit
Options
- AAssign the Mailbox Search management role to Group1 and then create a retention policy.
- BAssign the Mailbox Search management role to Group1 and then create a managed folder
- CAssign the Mailbox Import Export management role to Group1 and then configure Personal
- DAssign the Mailbox Import Export management role to Group1 and then instruct Group1 to
How the community answered
(20 responses)- B5% (1)
- C10% (2)
- D85% (17)
Explanation
To create the role group we need to run the following: New-RoleGroup "Mailbox Import-Export Management" -Roles "Mailbox Import Export" This will create a group called ""Mailbox Import-Export Management"", every user added to this group will have the right to run the import/export cmdlets, adding a user can be done by running the Add-RoleGroupMember "Mailbox Import-Export Management" -Member <user account> To export a mailbox:
Topics
Community Discussion
No community discussion yet for this question.
