In this post we are going to look at the different ways you can restore Active Directory objects, such as User Accounts, Groups, Computers and OUs using Restore-ADObject in PowerShell. View Deleted Objects: Firstly this command will show you a list of all deleted objects: Get-ADObject -Filter 'isDeleted -eq $True -and name -ne "Deleted Objects"' … Continue reading Restore AD Objects and Users using PowerShell
recover
Restore AD Active Directory User Account using LDAP
This is post we are going to look at restoring an Active Directory AD user account using LDAP. In terms of data recovery, tombstone reanimation has great advantages. Tombstone reanimation doesn't require the DC to be taken offline and reanimating tombstones is much better than simply recreating a new version of a deleted object. If … Continue reading Restore AD Active Directory User Account using LDAP
DPM Fails To Restore From Tape
[Solved] Data Protection Manager fails to recover data from tape. So recently I ran into a pretty significant problem involving tape restores in DPM 2012 R2 on one of the Windows Server 2012 R2 servers I support for a large law firm. Whenever I would select to recover a data set from any of the … Continue reading DPM Fails To Restore From Tape