当我将列表视图阀值设置回到5000后,使用Adam提供的如下脚本对站点进行了更新

 

$app=Get-SPWebApplication http://apps.westrac.com.cn/

 

$app.UnthrottledPrivilegedOperationWindowEnabled=$true

 

$app.DailyUnthrottledPrivilegedOperationsDuration=24

 

$app.Update()

相关文章:

  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-11-29
  • 2021-12-15
  • 2021-05-12
  • 2022-12-23
猜你喜欢
  • 2021-06-05
  • 2022-12-23
  • 2021-10-29
  • 2021-09-30
  • 2022-12-23
  • 2021-11-28
  • 2021-12-23
相关资源
相似解决方案