Monday, February 4, 2013

Get super user/reader accounts detail at web applications

Get-SPWebApplication | %{Write-Host “Web Application: ” $_.url “`nSuper user: ” $_.properties["portalsuperuseraccount"] “`nSuper reader: ” $_.properties["portalsuperreaderaccount"] “`n”}

No comments:

Post a Comment