While trying to populate SharePoint 2013 client picker control using Email id, I was getting an error as follows:
Sorry you are not allowed to share this with external users SharePoint 2013 foundation
To fix this issue I executed following stsadm command:
stsadm -o setproperty -pn peoplepicker-searchadcustomquery -pv "(sn={0}*)(mail={0}*)" -url http://site
And then restarted the IIS. Its working fine now.
So I say that why Stsadm is deprecated because there is no such solution is in PowerShell
Ref:https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-2007-products-and-technologies/cc262988(v=office.12)
Sorry you are not allowed to share this with external users SharePoint 2013 foundation
To fix this issue I executed following stsadm command:
stsadm -o setproperty -pn peoplepicker-searchadcustomquery -pv "(sn={0}*)(mail={0}*)" -url http://site
And then restarted the IIS. Its working fine now.
So I say that why Stsadm is deprecated because there is no such solution is in PowerShell
Ref:https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-2007-products-and-technologies/cc262988(v=office.12)
No comments :
Post a Comment