摘要:I had created a site collection. But there is a problem of web-frontend server (I did not know when I created the site), so the page is always in proc 阅读全文
SharePoint - Another Way to Delete Site Collection
2019-06-05 13:19 by 努力学习的小熊, 460 阅读, 0 推荐, 收藏, 编辑Exchange - Add Owner of Distribution Group
2019-04-12 14:13 by 努力学习的小熊, 378 阅读, 0 推荐, 收藏, 编辑
摘要:User Interface: PowerShell: If we don’t use parameter BypassSecurityGroupManagerCheck, we will see below error. Check distribution group owner again. 阅读全文
Exchange Online Mailbox Restoration
2019-04-03 11:04 by 努力学习的小熊, 439 阅读, 0 推荐, 收藏, 编辑
摘要:User Account is already deleted in AD.User Mailbox is already deleted in Exchange. 1. Connect to Exchange Online service in Windows PowerShell command 阅读全文
OUTLOOK - Unable to Delete Meetings
2019-04-02 15:59 by 努力学习的小熊, 493 阅读, 0 推荐, 收藏, 编辑
摘要:Error Information: Resolved: Get-MailboxFolderPermission MeetingRoom_1001:\Calendar Reference:Add-MailboxFolderPermissionGet-MailboxFolderPermissionSe 阅读全文
Outlook Error: The Delegates settings were not saved correctly. Cannot activate send-on-behalf-of list.
2019-03-25 13:27 by 努力学习的小熊, 763 阅读, 0 推荐, 收藏, 编辑
摘要:When user want to set Delegates for a user of a mailbox, the user meet below error. Step 1: Step 2: Step 3: Error Message: Solution: Additional: Remov 阅读全文
Office365 OneDrive Geo Move
2019-03-07 11:02 by 努力学习的小熊, 706 阅读, 0 推荐, 收藏, 编辑
摘要:Issue Description: 1. Connect to SPO Service. 2. Validate SPO Service OneDrive Geo move compatibility status If its status is Incompatible or Warning, 阅读全文
SharePoint Excel Service - Couldn't Open the Workbook.
2017-11-27 12:44 by 努力学习的小熊, 1017 阅读, 0 推荐, 收藏, 编辑
摘要:Error meesage: "Couldn't Open the Workbook. Wow, That's a big workbook. Unfortunately, we can't open a workbook larger than 10 MB. You'll need to open 阅读全文
User Get 'Access Denied' with Excel Service WebPart
2016-01-20 09:33 by 努力学习的小熊, 384 阅读, 0 推荐, 收藏, 编辑
摘要:用户可以访问网站,并且具有相应的访问权限。用户尝试了其他浏览器和IE的其他版本。解决:将用户添加到 ‘Excel Services Views’ 这个SharePoint组就OK了。 阅读全文
How To Search and Restore files from Site Collection Recycle Bin
2015-12-11 15:17 by 努力学习的小熊, 379 阅读, 0 推荐, 收藏, 编辑
摘要:$sitecoll = Get-SPSite "http://wheresmydoc.findit.com"$sitecoll.RecycleBin | ?{$_.Title -match "MyDocIsHere.xls"}$sitecoll.RecycleBin.Restore("place ... 阅读全文
How To Collect ULS Log from SharePoint Farm
2015-12-11 15:15 by 努力学习的小熊, 650 阅读, 0 推荐, 收藏, 编辑
摘要:We can use below commandto collect SharePoint ULS log from all servers in the FarminPowerShell.Merge-SPLogFile--------------EXAMPLE 1-----------------... 阅读全文
How To Restart timer service on all servers in farm
2015-12-11 15:11 by 努力学习的小熊, 381 阅读, 0 推荐, 收藏, 编辑
摘要:[array]$servers= Get-SPServer | ? {$_.Role -eq "Application"} $farm = Get-SPFarm foreach ($server in $servers) { ... 阅读全文
How to Operate SharePoint User Alerts with PowerShell
2015-11-12 10:19 by 努力学习的小熊, 1422 阅读, 0 推荐, 收藏, 编辑
摘要:When you migrate list or site, the user alerts in the site will not be migrated together with the content. Below content can help you to do this task.... 阅读全文
How to get Timer Job History
2015-11-12 10:11 by 努力学习的小熊, 490 阅读, 0 推荐, 收藏, 编辑
摘要:1. Get Timer Job internal name with id.Job ID can be found in SharePoint CA.Below PowerShell can help you retrieve all jobs’ Internal Name by keywords... 阅读全文
Synchronization Service Manager
2015-11-12 09:56 by 努力学习的小熊, 386 阅读, 0 推荐, 收藏, 编辑
摘要:You can use this UI Shell to check the User Profile log for the SharePoint.It's stored in this path.C:\Program Files\Microsoft Office Servers\14.0\Syn... 阅读全文
SharePoint 2007 Full Text Searching PowerShell and CS file content with SharePoint Search
2014-02-26 22:20 by 努力学习的小熊, 637 阅读, 0 推荐, 收藏, 编辑
摘要:1. Ensure your site or shared folder in one Content Source. 2. Add file types. 3. The second step in getting the file extensions recognised is to add it to the registry entries the SharePoint Server Search service reads when it starts up. This key is located at HKEY_LOCAL_MACHINE\SOFTWARE\M... 阅读全文
0x80040E14 Caused by Max Url Length bug
2013-12-10 16:32 by 努力学习的小熊, 516 阅读, 0 推荐, 收藏, 编辑
摘要:We get a case when the customer access a SharePoint site, he meet an error on SharePoint. 0x80040E14.Firstly, I think it’s a SQL Storage space issue.http://www.cnblogs.com/Bear-Study-Hard/archive/2008/05/22/1204794.htmlhttp://www.cnblogs.com/Bear-Study-Hard/archive/2009/06/05/1497133.htmlBut it’s no 阅读全文
SharePoint 2007 User Re-created in AD with new SID issue on MySite
2013-12-10 16:26 by 努力学习的小熊, 1198 阅读, 0 推荐, 收藏, 编辑
摘要:When active directory users get deleted and re-created, even with the same user id, there's a nasty side effect. Each time they try to access their "my site", they will receive the following error: The file exists. (Exception from HRESULT: 0x80070050) The reason is because when active 阅读全文
SharePoint 2007 Prompt for Credentials When Accessing FQDN Sites From a Windows Vista or Windows 7 Computer
2013-04-05 11:07 by 努力学习的小熊, 619 阅读, 1 推荐, 收藏, 编辑
摘要:I’d like to sharing a solution of this issue on SharePoint 2007.User was prompted for his/her password when they open document library with Windows Explorer even though he/she was already logged in at the customer portal.I found the solution in Microsoft KB. Almighty MS KB!http://support.microsoft.c 阅读全文
SharePoint 2010 找回丢失的Social Collaboration Web Parts
2012-12-29 10:50 by 努力学习的小熊, 830 阅读, 1 推荐, 收藏, 编辑
摘要:这个问题发生在从 SharePoint 2007 升级到 SharePoint 2010之后。一些本来可用的 WebPart 消失掉了,变为不可用。 例如 Social Collaboration Web Parts: 解决办法也很简单,重新激活 PortalLayouts 这个Feature 即可。 1. stsadm命令行方式 stsadm -o deactivateFeature -name “PortalLayouts” -url “http://portal.wherever.com/sites/collectionname” stsadm -o activateFeature .. 阅读全文
SharePoint 客户端经常弹出Windows验证登录框问题
2012-08-28 15:40 by 努力学习的小熊, 2142 阅读, 0 推荐, 收藏, 编辑
摘要:场景描述: Site工作人员UserA创建了一个Task,并且Assign给UserB。UserB接到来自Task List的邮件通知。这时UserA发现Assign的人错了,重新修改Task Item,将任务重新Assign给另外一个用户UserC,并且同时收回了UserB的访问权限。UserB报告,每天打开OUTLOOK后,就会遇到很到此弹出Windows验证登录框,要求登录,并且输入多次后仍然弹出。 解决: 让用户Check他在OUTLOOK中的Task,在从SharePoint的Task List中Assign给他任务时,他收到邮件的同时也会在他的OUTLOOK的Task中将T... 阅读全文