death114 发表于 2019-2-4 08:01:33

重启 sharepoint

  Our team has been using the following script to restart services onthe front end servers. Sometimes restarting just IIS does not fix issues >  @echo on
  net stop "Windows SharePoint Services Administration"
  net start "Windows SharePoint Services Administration"
  :: net stop "Windows SharePoint Services Search"
  :: net start "Windows SharePoint Services Search"
  net stop "Windows SharePoint Services Timer"
  net start "Windows SharePoint Services Timer"
  net stop "Windows SharePoint Services Tracing"
  net start "Windows SharePoint Services Tracing"
  :: net stop "Windows SharePoint Services VSS Writer"
  :: net start "Windows SharePoint Services VSS Writer"
  IISRESET /restart

页: [1]
查看完整版本: 重启 sharepoint