$App = get-spwebapplication “URL”

$app.useclaimsauthentication = “True”

$app.Update()

例子

$App = get-spwebapplication “http://sp1”

$app.useclaimsauthentication = “True”

$app.Update()

相关文章: