You administer a Forefront Identity Manager (FIM) 2010 server for your company named Contoso, Ltd. You discover that several users have not been assigned to a manager within the FIM metaverse. You need to identify the users who have no manager within the metaverse. What should you do?
A.
Create the following XPath query:
/Person[Manager != /Person]
B.
Create the following XPath query:
/Person[Manager = /Person]
C.
Create the following LDAP query:
managedBy=”OU=Users,DC=Contoso,DC=com”
D.
Create a custom Active Directory Users and Computers search filter for the security principles of all users who do not have the Manager attribute.