Use the People Picker feature to Search only for users with permissions whitin the site collection

Some times we're looking for specific tips or how-tos for certain things, now I'ld like to share one from technet about how to delimit the scope por a people picker used within a site. For more info: http://technet.microsoft.com/en-us/library/cc261988.aspx

Use the Stsadm command-line tool to configure the People Picker to display only users that are members of the site collection. In this configuration, you can add any user from the directory if you know the user name; however, only users that are already added to the site collection are displayed in the People Picker. This prevents partner users from browsing your user directory through the People Picker.

Use the following command to turn this configuration on;

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

Use the following command to turn this configuration off:

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

Leave a Reply


Use the People Picker feature to Search only for users with permissions whitin the site collection

Some times we're looking for specific tips or how-tos for certain things, now I'ld like to share one from technet about how to delimit the scope por a people picker used within a site. For more info: http://technet.microsoft.com/en-us/library/cc261988.aspx

Use the Stsadm command-line tool to configure the People Picker to display only users that are members of the site collection. In this configuration, you can add any user from the directory if you know the user name; however, only users that are already added to the site collection are displayed in the People Picker. This prevents partner users from browsing your user directory through the People Picker.

Use the following command to turn this configuration on;

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

Use the following command to turn this configuration off:

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

Leave a Reply