You install an Active Directory domain in a test environment.
You need to reset the passwords of all the user accounts in the domain from a domain controller.
Which two Windows PowerShell commands should you run? (Each correct answer presents part of the solution, choose two.)
A.
$ newPassword = *
B.
Import-Module ActiveDirectory
C.
Import-Module WebAdministration
D.
Get- AdUser -filter * | Set- ADAccountPossword – NewPassword $ newPassword – Reset
E.
Set- ADAccountPossword – NewPassword – Reset
F.
$ newPassword = (Read-Host – Prompt “New Password” – AsSecureString )
G.
Import-Module ServerManager