Friday, May 30, 2008

Restrict People Picker to users in site collection

There is a property one can set on the web application to constrain the results from the people picker to only those users who are members of the current site already. You may want to do this for multi company hosted environments.



The command line is:

Stsadm.exe -o setproperty –url http://server –pn “peoplepicker-onlysearchwithinsitecollection” –pv yes

No comments: