Monday, 20 March 2017

Restore a Single, Deleted Active directory object

Restore a Single, Deleted Active directory object



Get-ADObject -Filter {displayName -eq "test1"} -IncludeDeletedObjects | Restore-ADObject

No comments:

Post a Comment

PHP vs Python : Which one is the Best Server-Side Programming?

PHP vs Python, the two most popular back-end programming languages. Python has the variety of dynamic features with simple script whereas ...