Deploying SharePoint Server Hybrid (legacy) — Question 33
You manage a SharePoint hybrid environment that is configured to use hybrid managed metadata.
The on-premises SharePoint Server environment contains a term group named TermGroup1. An Active Directory group named Group1 is configured as the Group
Manager of TermGroup1. Group1 contains a user named User1.
You need to migrate TermGroup1 to SharePoint Online. The solution must meet the following requirements:
✑ Ensure that User1 can manage TermGroup1.
✑ Use the principle of least privilege.
What should you do?
Answer options
- A. Change the Group Manager to User1, and then run the Copy-SPTaxonomyGroup cmdlet.
- B. Change the Group Manager to User1, and then run the Copy-SPContentTypes cmdlet.
- C. Run the Copy-SPTaxonomyGroups cmdlet, and then add Group1 as a Term Store Administrator in SharePoint Online.
- D. Run the Copy-SPContentTypes cmdlet, and then change the Group Manager in SharePoint Online to an Office 365 group that contains User1.
Correct answer: A
Explanation
The correct answer is A because changing the Group Manager to User1 allows that user to manage TermGroup1 in SharePoint Online after migration. Option B is incorrect as it involves content types rather than taxonomy groups. Option C is misleading since adding Group1 as a Term Store Administrator does not ensure User1's management capability as directly as option A does. Option D is also incorrect because changing the Group Manager to an Office 365 group would not directly grant User1 management rights over TermGroup1.