摘要: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 閱讀全文
Exchange - Add Owner of Distribution Group
2019-04-12 14:13 by 努力學習的小熊, 392 閱讀, 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 努力學習的小熊, 451 閱讀, 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 努力學習的小熊, 505 閱讀, 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 努力學習的小熊, 781 閱讀, 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 努力學習的小熊, 726 閱讀, 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 努力學習的小熊, 1029 閱讀, 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 努力學習的小熊, 397 閱讀, 0 推薦, 收藏,
摘要:用戶可以訪問網站,并且具有相應的訪問權限。用戶嘗試了其他瀏覽器和IE的其他版本。解決:將用戶添加到 ‘Excel Services Views’ 這個SharePoint組就OK了。 閱讀全文
How To Search and Restore files from Site Collection Recycle Bin
2015-12-11 15:17 by 努力學習的小熊, 388 閱讀, 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 努力學習的小熊, 661 閱讀, 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 努力學習的小熊, 391 閱讀, 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 努力學習的小熊, 1435 閱讀, 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 努力學習的小熊, 507 閱讀, 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 努力學習的小熊, 403 閱讀, 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 努力學習的小熊, 650 閱讀, 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 努力學習的小熊, 525 閱讀, 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.rzrgm.cn/Bear-Study-Hard/archive/2008/05/22/1204794.htmlhttp://www.rzrgm.cn/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 努力學習的小熊, 1228 閱讀, 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 努力學習的小熊, 624 閱讀, 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 努力學習的小熊, 837 閱讀, 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 努力學習的小熊, 2169 閱讀, 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... 閱讀全文
浙公網安備 33010602011771號