PowerShell to find AD Object deleted last week
As a part of auditing we may need to get the details of deleted ad users/groups.
###################################Deleted ADObjects #######################################
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
#################################################################################
No comments:
Post a Comment