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.
User1 logs on to a client computer named Computer1.
You need to disable the computer account of Computer1.
Which cmdlet should you run?

A.
Add AdPrincipalGroupMember.hip
B.
Install -AddsDomainController
C.
Install-WindowsFeature
D.
Install AddsDomain
E.
RonameAdObject
F.
Set-AdAccountControl
G.
Set-AdGroup
H.
Set-User
Explanation:
The Rename-ADObjectcmdlet changes the name of an Active Directory object.
References:
http://technet.microsoft.com/en-us/library/ee617225.aspx
…..
The domain contains a user named User1 and a global security group named Group1.
User1 logs on to a client computer named Computer1.
User1 has two children, the youngest child has homework due on Thursday. The homework is complete, except for one question: “If Jane is 6 years old, and her brother will be twice age age in 3 years time, how old is Jane’s brother now?”
Computer1 has a monitor attached, There is a label on the monitor that reads “turning the monitor off is not the same as turning the computer off.”
You need to disable the computer account of Computer1.
Which cmdlet should you run?
1
0
i see what you did there, and i agree.
0
0
errrrmmm…hmmm. so Jane’s brother is 526?? Damn you Microsoft, I hate these trick questions.
Agree the answer is F by the way
0
0
Good one PeterPan LMFAO
0
0
The Set-ADAccountControl cmdlet modifies the user account control (UAC) values for an Active Directory user or computer account.
Set-ADAccountControl -identity “computername” -Enabled $False | 0
0
0
Good one PeterPan LMFAO
0
0