Retrieve Office 365 Audit logs using PowerShell and store in Azure table for quick retrieval

To create custom reports for Office 365 events, we could use the Audit logs from Security and Compliance center. The process is quite simple and…

Continue reading → Retrieve Office 365 Audit logs using PowerShell and store in Azure table for quick retrieval

Set up a Microsoft Graph App for Office 365 and SharePoint Online management to use in Azure Functions, Flow, .Net solutions and much more

Microsoft Graph API can be used to connect and manage the Office 365 SaaS platforms such as SharePoint Online, Office 365 Groups, One Drive, OneNote,…

Continue reading → Set up a Microsoft Graph App for Office 365 and SharePoint Online management to use in Azure Functions, Flow, .Net solutions and much more

How to make Property Bag Values indexed and searchable in SharePoint online

In an earlier post here we have seen how we can set Property Bag values in Modern SharePoint sites. One of the major reasons for…

Continue reading → How to make Property Bag Values indexed and searchable in SharePoint online

Report of All Taxonomy Fields containing a term in SharePoint Tenancy

Recently we had a request to find fields/columns in all lists across the tenancy which have a specific Taxonomy term because we needed to report…

Continue reading → Report of All Taxonomy Fields containing a term in SharePoint Tenancy

How to set Property Bag values in SharePoint Modern Sites using SharePoint Online .Net CSOM

If you consider setting Property Bag values programmatically for Modern SharePoint sites using CSOM, thinking it would be as straight forward as in the Old…

Continue reading → How to set Property Bag values in SharePoint Modern Sites using SharePoint Online .Net CSOM