READ Free Dumps For Microsoft- 70-410
Question ID 9152 | Your network contains an Active Directory domain named contoso.com.
You discover that when you join client computers to the domain manually, the computer accounts are created in the Computers container.
You need to ensure that new computer accounts are created automatically in an organizational unit (OU) named Corp.
Which tool should you use?
|
Option A | net.exe
|
Option B | redircmp.exe
|
Option C | regedit.exe
|
Option D | dsadd.exe
|
Correct Answer | B |
Explanation Explanation/Reference: A. Used to stop/start protocols B. Redirects the default container for newly created computers to a specified, target organizational unit C. Modify local registry entries D. Adds specific types of objects to the directory Redirects the default container for newly created computers to a specified, target organizational unit (OU) so that newly created computer objects are created in the specific target OU instead of in CN=Computers. You must run the redircmp command from an elevated command prompt. Redircmp.exe is located in the C:\Windows\System32 folder. You must be a member of the Domain Admins group or the Enterprise Admins group to use this tool.
Question ID 9153 | Your network contains an Active Directory forest named contoso.com. The forest contains a child domain named corp.contoso.com.
The network has Microsoft Exchange Server 2010 deployed.
You need to create a mail-enabled distribution group.
Which type of group should you create?
|
Option A | Global
|
Option B | Local
|
Option C | Domain local
|
Option D | Universal
|
Correct Answer | D |
Explanation Explanation/Reference: Universal groups Groups that are used to grant permissions on a wide scale throughout a domain tree or forest. Members of global groups include accounts and groups from any domain in the domain tree or forest. Microsoft Exchange Server 2007: Implementation and Administration. By Jim McBee, Benjamin Craig page 248: Only universal groups should be used as mailenabled groups.