Question

I am very new to SP server and I really don't understand the documentation that much.

So, I am managing the SP server and there are 2 domains("DIR" and "GDNEUROPE.com"). GDNEUROPE must be removed from people picker. How can I do it?

Stsadm is already assigned as system variable on windows server. I think this is the right command, but I am not sure! Especially about the URL part(I don't know it's url. I pinged it through console and it gave me the IP, but I am not sure)

Was it helpful?

Solution

You'll find the solution here:

Using restriction on AD Forests by Stsadm:

stsadm -o setsiteuseraccountdirectorypath -path "OU=Sales,DC=ContosoCorp,DC=local" -url http://ServerName

I also prefer to do it in PowerShell:

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top