Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
audit deleted AD accounts
Name: Carl Parker Date: August 17, 2006 at 10:41:33 Pacific OS: 2000/2003 domain CPU/Ram: n/a Product: n/a
Comment:
I have used this script to see when an account was created.
Set objUser = GetObject("LDAP://cn=ken myer, ou=Finance, dc=fabrikam, dc=com") Wscript.Echo objUser.WhenCreated
Is there any method for telling when and who deleted an AD account?
Summary: How did you delete the account? If you didn't delete the actual profile, then everything is still there under Documents and Settings under that particular user name. If you deleted the profile, they ...
Summary: I'm trying to join a Windows 2000 Server to a domain across a VPN. The DC hosting the DNS is listed as the primary DNS server on the client. NSLOOKUP works fine. I can ping any box on the VPN fine....