I was recently asked to figure out the following 4 things. Issue I'm seeing is the attribute/property field is something that was created in house. I'm a bit stumped on these, I've been able to do some other stuff but these are definitely keeping me a bit in check.
1: Find all users created by ARS. the"hig-object-CreatedBy" attribute is said to be where this information is stored. Unsure how to query a company created piece.
2: Get all users that have been enabled between 03/15/2015 and 07/02/2015 and show the user's samaccountname and mail attributes and the their manager's displayName and mail attributes in table format.
3: Find one or more users whose account is locked out due to bad passwords and report on the last bad password date/time stamp from any DC. Since this attribute is not replicated and it was pulled from any DC if you were successful try getting it from every DC and find the most recent bad password date/time stamp.
4: Create a script to gather the following data from SYSVOL on every domain controller in the domain. DC Name, AD Site, SysVol file/folder count, Script file/folder count, Group Policy count.
*if successful try adding recursion to the Group Policy and Scripts file/folder counts.
Any/all help would be greatly appreciated. Sorry this is written proper, totally new to this.
Cheers,
Xence