sharepoint - Filter people picker -
I have some customer sites and I have an issue list with people's drinks I just want to show to those people Who have access to the customer base of their own company. I do not want other customers to see the other company's customers
I tried to do this but it has no effect:
stsadm -o setproperty -url Http://extranet.company.com/sites/project1-pn Logic-only Wide Affiliate Collage - PVY
stsadm command peoplepicker-onlysearchwithinsitecollection Only people will show that members of that site collection are, using a stsadm command is a better way to restrict users Such as:
Such:
stsadm -o setproperty - Url -pn peoplepicker-searchadcustomfilter -pv (LADAP QUERY)
Allows you to specify an LDAP query, which can be used to return any ED users or groups based on any criteria.
Comments
Post a Comment