READ Free Dumps For Microsoft- 70-410
Question ID 10699 | Your network contains one Active Directory forest named contoso.com. The forest contains a single domain. All domain controllers run Windows Server 2012 R2.
You need to modify the membership of a group named Group1 to include two users named User1 and User2.
What command should you run? To answer, select the appropriate options in the answer area.Select three.
|
Option A | Use command Add-GroupMember
|
Option B | Use command Add-ADGroupMember
|
Option C | As first parameter use Group1
|
Option D | As first parameter use User1, User2
|
Option E | As first parameter use {User1, User2}
|
Option F | As second parameter use User1, User2
|
Correct Answer | BCF |
Explanation Explanation/Reference: Correct answer is: Add-ADGroupMember Group1 User1, User2 Add-ADGroupMember adds one or more members to an Active Directory group. Example: Command Prompt: C:\PS>Add-ADGroupMember SvcAccPSOGroup SQL01, SQL02 Adds the user accounts with SamAccountNames SQL01, SQL02 to the group SvcAccPSOGroup. Reference: Add-ADGroupMember https://technet.microsoft.com/en-us/library/ee617210.aspx
Question ID 10700 | Your network contains one Active Directory domain named contoso.com. The domain contains 10 domain controllers and a read-only domain controller (RODC)
named RODC01.
You plan to deploy a child domain for contoso.com in Microsoft Azure.
To the Azure subscription, you add several virtual machines that have a Server Core installation of Windows Server 2012 R2.
You need to create the new domain on one of the virtual machines.
Which tool should you use?
|
Option A | the ntdsutil command
|
Option B | the Set-ADDomain cmdlet
|
Option C | the Install-ADDSDomain cmdlet
|
Option D | the dsadd command
|
Option E | the dsamain command
|
Option F | the dsmgmt command
|
Correct Answer | C |
Explanation Explanation/Reference: The Install-ADDSDomain cmdlet installs a new Active Directory domain configuration. Incorrect answers: Not F: dsmgmt facilitates managing Active Directory Lightweight Directory Services (AD LDS) application partitions, managing and controlling flexible single master operations (FSMO), and cleaning up metadata that is left behind by abandoned Active Directory domain controllers and AD LDS instances. Reference: Install-ADDSDomain https://technet.microsoft.com/en-us/library/hh974722(v=wps.630).aspx