Category Archives: sharepoint

Do more with less with the Microsoft Cloud

Today’s business leaders must adapt quickly to challenges – from supply chain disruptions to increasingly sophisticated cyberthreats to the evolving needs of hybrid work. In this rapidly changing world, it’s critical to maximise the value of your investments with technology … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform, Microsoft Office, Office 365, Operating System, Servers, sharepoint | Tagged | 1 Comment

SharePoint Online resources

This blog article shows you the resources for SharePoint online and some of the resources can be used for SharePoint on premise too. SharePoint documentation https://docs.microsoft.com/en-us/sharepoint/?WT.mc_id=DP-MVP-36769 Introduction to SharePoint in Microsoft 365 https://docs.microsoft.com/en-us/sharepoint/introduction/?WT.mc_id=DP-MVP-36769 Guide to the modern experience in SharePoint … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, sharepoint | Tagged , | Leave a comment

SharePoint users with permission but could not see some of the folders in Document Library

This short post shows you one of the possible ways to resolve the issue, SharePoint users with permission but could not see some of the folders in Document Library. Go to the folder in Document Library. Click the information and … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Office 365, sharepoint | Tagged | Leave a comment

SharePoint The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator

This post will show you one of the ways to loop the folder with hitting the error “The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator”. The pre-requisite for this article is that … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Office 365, sharepoint | Tagged | 1 Comment

Microsoft Flow using custom column in SharePoint

This post shows you how to create a Microsoft Flow using the existing template. In the case here, I have a Column named Approve Person in the SharePoint List. To start go to your SharePoint list and click Create a … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Office 365, sharepoint | Tagged , | Leave a comment

System.InvalidOperationException: Connector: M365xxxxx.onmicrosoft.com – AAD is busy.

This post shows you how to get rid of the below error. “System.InvalidOperationException: Connector: M365xxxxx.onmicrosoft.com – AAD is busy.” When you issue the below command in PowerShell. Start-ADSyncSyncCycle -PolicyType Delta You need to do this to run the command. Enter-PSSession … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Office 365, sharepoint | Tagged , | Leave a comment

SharePoint concurrent document upload to Document Library

This post shows the code to simulate the concurrent upload to SharePoint document library using a single account. Pre-requisite: 1. You have installed SharePoint SDK to your development environment https://chanmingman.wordpress.com/2018/10/07/ssis-could-not-load-file-or-assembly-microsoft-sharepoint-client/ 2. You have Office 365 SharePoint online. 3. You know … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Office 365, sharepoint | Tagged , | Leave a comment

Microsoft.SharePoint.Client

This short post is to reduce you the pain to get the Microsoft.SharePoint.cliennt from nuget. Nuget will keep telling you your .NET Framework is incompatible and refuse to install. Get Microsoft.SharePoint.Client from https://www.microsoft.com/en-us/download/details.aspx?id=51679 when the link is still working.

Posted in .Net, Cloud, Community, Computers and Internet, Office 365, sharepoint | Tagged | Leave a comment

SharePoint client library code CSOM

Complete basic operations using SharePoint client library code https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-client-library-codee?WT.mc_id=DP-MVP-36769 Not sure why is this still around Build Windows Phone apps that access SharePoint https://docs.microsoft.com/en-us/sharepoint/dev/general-development/build-windows-phone-apps-that-access-sharepoint?WT.mc_id=DP-MVP-36769 Develop SharePoint Add-ins https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/develop-sharepoint-add-ins?WT.mc_id=DP-MVP-36769 Create a provider-hosted add-in that includes a custom SharePoint list and content … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, Office 365, sharepoint | Tagged , | Leave a comment

10 Things I learnt deploying Office 365

Many Office 365 projects delayed because they have been facing the same challenges as below. 1. Active Directory Domain Controller not synchronizing 2. The version of your exchange server 3. Test your environment (application) 4. Test your environment (infra) 5. … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Office 365, sharepoint | Tagged , , | Leave a comment