문제

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)

도움이 되었습니까?

해결책

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:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top