Welcome to my blog which is mostly dedicated to SharePoint, there are few other random topics as well.
Tuesday, April 12, 2016
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