Get Web application people picker settings using Powershell
Below command will get all Web Applications and show the people picker settings for each one
Get-SPWebApplication -IncludeCentralAdministration | %{Write-Host $_.url; $_.peoplepickersettings | select * | fl }
No comments:
Post a Comment