Quantcast
Channel: SharePoint 2010 - Setup, Upgrade, Administration and Operations forum
Viewing all articles
Browse latest Browse all 13778

Reverting from Claims Authentication to Windows Authentication in SharePoint 2010 using powershell

$
0
0

HI,

I have a sharepoint 2010 web application having authentication mode as Claims authentication.

I want to Revert my application from Claims Authentication to Windows Authentication using Powershell script.

I tried this using the script :

$webApp = Get-SPWebApplication "http://webapplicationurl"
$webApp.UseClaimsAuthentication = 0;
$webApp.Update()

After the script was run i did IIS Reset, but received an web.config related error on the site page.



Viewing all articles
Browse latest Browse all 13778

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>