$App = get-spwebapplication “URL”

$app.useclaimsauthentication = “True”

$app.Update()

例子

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

$app.useclaimsauthentication = “True”

$app.Update()

相关文章:

  • 2021-11-05
  • 2021-10-16
  • 2021-07-14
  • 2022-12-23
  • 2021-09-05
  • 2021-10-13
  • 2021-11-04
  • 2022-01-20
猜你喜欢
  • 2022-12-23
  • 2021-05-17
  • 2021-07-05
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
相关资源
相似解决方案