70-648 · Question #27
Your network contains an Active Directory domain. You need to restore a deleted computer account from the Active Directory Recycle Bin. What should you do?
The correct answer is D. From the Active Directory Module for Windows PowerShell, run the Restore-ADObjectcmdlet. The Restore-ADObjectcmdlet restores a deleted Active Directory object. (MY NOTE: Only in conjunction with the Recycle Bin feature in 2008 R2) Restore-Computer is a cmdlet for working with System Restore / restore points. ntdsutil is for maintaining AD databases offline. It…
Question
Your network contains an Active Directory domain. You need to restore a deleted computer account from the Active Directory Recycle Bin. What should you do?
Options
- AFrom the command prompt, run recover.exe.
- BFrom the command prompt, run ntdsutil.exe.
- CFrom the Active Directory Module for Windows PowerShell, run the Restore-Computercmdlet.
- DFrom the Active Directory Module for Windows PowerShell, run the Restore-ADObjectcmdlet.
How the community answered
(60 responses)- A3% (2)
- B12% (7)
- C8% (5)
- D77% (46)
Explanation
The Restore-ADObjectcmdlet restores a deleted Active Directory object. (MY NOTE: Only in conjunction with the Recycle Bin feature in 2008 R2) Restore-Computer is a cmdlet for working with System Restore / restore points. ntdsutil is for maintaining AD databases offline. It allows us to defrag and perform authoritative restores, which is a process we could use to restore the computer account. However, this does not operate in conjunction with the new Recycle Bin, and is precisely why such feature was In computing, recoverwas a primitive filesystem error recovery utility included in MS-DOS / IBM PC DOS versions prior to DOS 6.0 Typing recover at the DOS command-line invoked the program file RECOVER.COM or RECOVER.EXE Reference:
Topics
Community Discussion
No community discussion yet for this question.