posts
How to Add a SharePoint Document Library as a Tab in Microsoft Teams with PowerShell
Introduction Adding a SharePoint document library as a tab in Microsoft Teams is a common requirement for collaboration scenarios. While Teams provides an out-of-the-box (OOTB) experience for this, automating the process via PowerShell or Microsoft Graph can be tricky due to limitations.
Thanks to Tiago Duarte through the discussion within the bug he raised , he found out a solution for it using Ms Graph PowerShell and I attempted to achieve same using PnP PowerShell.
posts
PnP Powershell SharePoint: How to Use Get-PnPSearchCrawlLog
Introduction In SharePoint on premises, administrators could log directly onto servers to inspect the crawl log and monitor search indexing. In SharePoint Online, this is no longer possible, making it tricky to track crawl activity and diagnose indexing issues.
Fortunately, PnP PowerShell provides the Get-PnPSearchCrawlLog cmdlet, which allows you to inspect crawl activity programmatically.
Certain activities can significantly increase the load on SharePoint’s crawl and indexing processes, such as:
Migrating large volumes of content into the tenant Enabling OneDrive for Business Enabling or disabling Restricted Content Discoverability (RCD) to control content visibility for Copilot (see Microsoft docs) Forcing reindexing of libraries or sites, for example after changes to the search schema or to resolve search issues To avoid overloading your tenant and causing delays (such as intranet news not appearing promptly), it’s essential to plan these activities carefully—ideally performing them in phases or batches.
posts
Copilot Studio: Generative AI vs Classic Orchestration - Which Should You Choose?
Introduction When building agents in Microsoft Copilot Studio, you’re faced with a fundamental choice: Classic Orchestration or Generative AI Orchestration. Understanding the differences between these approaches is crucial for making the right architectural decision for your chatbot project.
Enabling Generative AI unlocks dynamic capabilities where responses are intelligently crafted using available tools and knowledge sources as needed. In contrast, Classic Orchestration restricts responses to only the predefined content and behaviors explicitly configured in your agent’s topics.