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 modify the SAM account name of Group1.
Which cmdlet should you run?
A.
Add-AdPrincipalGroupMembership
B.
Install-AddsDomainController
C.
Install-WindowsFeature
D.
Install-AddsDomain
E.
Rename-AdObject
F.
Set AdAccountControl
G.
Set-AdGroup
H.
Set-User
Correct answer seems to be E
ref:
http://www.hpdumps.com/official-2014-latest-microsoft-70-410-exam-dump-free-download281-290-2.html
also:
http://www.slideboom.com/presentations/1341820/70-410-Online-Practice
idiot? Correct answer is G !
Yes, but what’s the explanation or source?
——————————————
To modify the Security Accounts Manager (SAM) account name of a:
user – use Set-ADUser
computer – use Set-ADComputer
group – use Set-ADGroup
https://technet.microsoft.com/en-us/library/ee617225.aspx
G. Set-AdGroup
https://technet.microsoft.com/en-us/library/ee617225.aspx
To modify the Security Accounts Manager (SAM) account name of a user, computer, or group, use the Set-ADUser, Set-ADComputer or Set-ADGroup cmdlet.