READ Free Dumps For Microsoft- 70-410
Question ID 10375 | Your network contains an Active Directory forest named contoso.com. The forest contains a single domain. The domain contains two domain controllers named
DC1 and DC2 that run Windows Server 2012 R2.
The domain contains a user named User1 and a global security group named Group1.
You need to prevent User1 from changing his password. The solution must minimize administrative effort.
Which cmdlet should you run?
|
Option A | Add-AdPrincipalGroupMembership
|
Option B | Install-AddsDomainController
|
Option C | Install-WindowsFeature
|
Option D | Install-AddsDomain
|
Option E | Rename-AdObject
|
Option F | Set-AdAccountControl
|
Correct Answer | F |
Explanation Explanation/Reference: The Set-ADAccountControlcmdlet modifies the user account control (UAC) values for an Active Directory user or computer account. UAC values are represented by cmdlet parameters. CannotChangePassword Modifies the ability of an account to change its password. To disallow password change by the account set this to $true. This parameter changes the Boolean value of the CannotChangePassword property of an account. The following example shows how to specify the PasswordCannotChange parameter. -CannotChangePassword $false References: http://technet.microsoft.com/en-us/library/ee617249.aspx http://technet.microsoft.com/en-us/library/hh974723.aspx http://technet.microsoft.com/en-us/library/hh974722.aspx
Question ID 10376 | Your network contains an Active Directory forest named contoso.com. The forest contains a single domain. The domain contains two domain controllers named
DC1 and DC2 that run Windows Server 2012 R2.
The domain contains a user named User1 and a global security group named Group1.
You reconfigure DC2 as a member server in the domain.
You need to add DC2 as the first domain controller in a new domain in the forest.
Which cmdlet should you run?
|
Option A | Add-AdPrincipalGroupMembership
|
Option B | Install-AddsDomainController
|
Option C | Install WindowsFeature
|
Option D | Install AddsDomain
|
Option E | Rename-AdObject
|
Option F | Set AdAccountControl
|
Correct Answer | C |
Explanation Explanation/Reference: Since a member server does not have Active Directory Domain Services installed, you must install this role before you can configure the new Domain Controller (which would require you to run Install-ADDSForest).