SharePoint and Graph API APP only permissions for Selected Sites

We all were waiting for a long time that Graph and Sharepoint API permissions should be limited to selected sites instead of full control. Microsoft has already done the same long back for Exchange online. Many Admins have concern with blanket permissions so it is a big relief that this can be done now with…

Multi Geo Move Scripts

Our Migration team contacted us for providing some quick solution as they need to quickly move to Multi geo. So, we have written this simple bundled solution which I want to share with the community along with the process. Download the solution zip file from below github link and extract it. MultiGeo.zip It contains 3…

Get List Items Sharepoint Online using Python

I recently became interested in learning python as seen lot interest among community members. How I started, if you are interested here are the references: Introduction to Python https://leanpub.com/PowerShell-to-Python – ebook https://www.pluralsight.com/ – Core Python (Video training) I started with some Active directory coding just for learning and then switched my gears towards Office 365…