SharePoint Maintain - JackHu88/Comm GitHub Wiki

SharePoint 2016: Content Database limits compared to previous versions

General Usage Limit Type SharePoint 2019 SharePoint 2016 2013 2010 2007 Supported 200GB1TB 200GB1TB 200GB 200GB 100GB

https://social.technet.microsoft.com/wiki/contents/articles/37750.sharepoint-2016-content-database-limits-compared-to-previous-versions.aspx https://spgeeks.devoworx.com/sharepoint-2019-limitations/

磁盘清理

       ・清理Event Log Event Viewer-->Application 右键Clear Log 磁盘清理:cleanMgr

	Windows日志路径
	c:/windows/system32/winevt/logs
	http://www.360doc.com/content/15/0609/10/16021371_476747230.shtml
	
	https://www.cnblogs.com/Vam8023/p/6560546.html 

       ・其它(参考网上资料,清理其它可以删除的内容)    

运维事项

     ・SharePoint 2010内容数据库变成ReadOnly状态,导致网站不能编辑。               在管理中心将内容数据库设置为Online状态        ・SharePoint 2013数据库日志增长太大,导致网站不能编辑。               清理日志(或限制日志文件大小)        ・安装补丁(Windows Update)        ・查看分析Event Log中的错误日志,确保服务器正常运行

解决SharePoint_Config_log.ldf文件过大问题

https://blog.csdn.net/wsc449/article/details/7219153

https://www.cnblogs.com/love007/p/5209116.html https://www.cnblogs.com/airoot/p/7851849.html

SharePoint 压缩数据库日志容量 https://blog.csdn.net/duanchuanttao/article/details/48135895

//SharePoint Migration Tool https://docs.microsoft.com/en-us/sharepointmigration/migrate-to-sharepoint-online %appdata%\Microsoft\MigrationTool

https://www.cnblogs.com/awpatp/archive/2012/07/11/2586196.html

SQL time out 720s

 IIS中的connection timeout. Manage web site-->Advances settings-->Connection time-out(seconds)

Get-Help Set-User -examples

Set-SPUser -Identity 'MYDOAIN\SAMACCOUNT' -Web 'http://sharepoin/sites/team' -SyncFromAD

From https://sharepoint.stackexchange.com/questions/60812/how-to-sync-users-from-ad-i-need-to-update-the-email-address-of-1-user

Set-SPUser -Identity 'MYDOAIN\SAMACCOUNT' -Email '[email protected]' -Web http://yourmachine

From https://sharepoint.stackexchange.com/questions/5459/how-do-you-change-users-names-and-email-addresses

https://stackoverflow.com/questions/26084382/sharepoint-the-server-was-unable-to-save-the-form-at-this-time-please-try-again

https://blog.devoworx.net/2015/10/02/the-server-was-unable-to-save-the-form-at-this-time-please-try-again-in-sharepoint-2013/

IISReset

Update user profile for user whose account name has changed in AD

Get-SPUser "i:0#.w|domain\user" -web "http://SP2013"	
Set-SPUser "i:0#.w|domain\user"  -SyncFromAD -web "http://SP2013"

hosts路径:

C:\WINDOWS\system32\drivers\etc

xxx.x.xxx.xx cnmoss301