Saturday, May 10, 2014

Powershell to find AD Object deleted last week

PowerShell to find AD Object deleted last week




 ###################################Deleted ADObjects #######################################

As a part of auditing we may need to get the details of deleted ad users/groups.

 
I have created this script to get the deleted AD object in  week time -Days can be modified by editing the date
 value $date = (Get-Date).AddDays(-7).
And the output would be saved in c:\temp in below format .
 
--Bijesh


Download the script from HERE








#################################################################################

No comments:

Post a Comment