- Related Products
- AD360
- Log360
- ADAudit Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
Contact and Organizational Unit (OU) Reports offer comprehensive visibility into Active Directory (AD) contacts and OUs , their creation, modification, Group Policy Object (GPO) linked OUs, and their other attributes.
In this document, you will learn how to do the following:
This report provides the list of all contacts in a domain.
The report is generated by querying the domain for contact objects. The LDAP Query associated with this operation is (&(objectCategory=person)(objectClass=contact)).
This report provides the list of mail enabled contact objects in the domain.
The report is generated by querying the domain for mail enabled contacts. The LDAP Query associated with this operation is (&(objectCategory=person)(objectClass=contact)(mailnickname=*)(targetAddress=*))
This report lists all the contacts that were created over the specified time period.
The report is generated by querying the domain for contact based on their creation time. The LDAP query associated with this operation is (&(objectCategory=person)(objectClass=contact)(whenCreated>=%timeStamp%)(whenCreated<=%timeStamp%)).
This report provides comprehensive information about contacts that were modified over the specified time period.
The report is generated by querying the domain for contact based on their modification time. The LDAP query associated with this operation is (&(objectCategory=person)(objectClass=contact)(whenChanged>=%timeStamp%)(whenChanged<=%timeStamp%)).
This report lists contacts that were deleted over the specified time period. It also shows the date and time at which they were created and deleted.
The report is generated by querying the domain for contact based on their deletion time. The LDAP query associated with this operation is (&(isDeleted=TRUE)(whenChanged>=%timeStamp%)(whenChanged<=%timeStamp%)).
Note: Generated results can be filtered to display the memberOf attributes of contacts.
This report provides a list of all the organizational units (OUs) present in the selected domain.
The report is generated by querying the LDAP server for attribute objectClass set to organizationalUnit i.e. objectClass=organizationalUnit.
This report provides a list of all organizational units (OUs) in the selected domain that do not contain any objects.
The report is generated by querying the LDAP server for all OUs and check for child objects.
This report provides a list of all organizational units (OUs) in the selected domain that contain only user objects.
The report is generated by querying the LDAP server for all OUs and check for user objects.
This report provides a list of all organizational units (OUs) in the selected domain that contain only computer objects.
The report is generated by querying the LDAP server for all OUs and check for computer objects.
This report provides a list of all organizational units (OUs) in the selected domain that were created in past n days.
The report is generated by querying the LDAP server for the attribute createTimeStamp, which must be greater than or equal to the specified time i.e., createTimeStamp>=specifiedtime.
This report provides the list of all organizational units (OUs) that are modified in past n days in a selected Domain.
The report is generated by querying the LDAP server for the attribute modifyTimeStamp, which must be greater than or equal to the specified time i.e. modifyTimeStamp>=specifiedtime.
This report provides the list of all Group Policy Objects (GPOs) that are linked to an organizational unit (OU) in a selected Domain.
The report is generated by querying the LDAP server for attribute gPLink set equal to distinguished name of the GPO i.e. gPLink=*distinguished name of gpo*.
This report provides a list of all the Organizational Units (OUs) that have Group Policy Objects (GPOs) blocked from inheritance.
The report is generated by querying the LDAP server for attribute gPOptions set to 1 i.e. gPOptions=1.
