posts
PnP PowerShell: Enabling and Configuring Document ID in SharePoint
PnP PowerShell: Enabling and Configuring Document ID in SharePoint The Document ID feature in SharePoint is a powerful tool that assigns a unique ID to files, making it easier to reference and track documents. The script within the post activates and configures the Document ID feature using PnP PowerShell. Additionally, it covers the Set-PnPSiteDocumentIdPrefix cmdlet, which simplifies the process of setting a custom prefix for Document IDs.
Why Use Document IDs?
posts
Finding Storage Nearing Exceeding Quota with PowerShell
Monitoring Storage Quotas with PowerShell Managing storage quotas in Microsoft 365 is critical to ensure uninterrupted service and optimal performance. This blog post demonstrates how to use a PowerShell script to monitor storage usage across SharePoint Online sites and identify sites nearing or exceeding their storage quotas.
Script Overview The script connects to the SharePoint Online admin center, retrieves site storage details, calculates the percentage of storage used, and generates a report for sites exceeding 80% of their allocated storage quota.
posts
Logic Apps: System Assigned Identity and Source Control
Introduction Azure Logic Apps provide a powerful alternative to Power Automate for building workflows and integrations in the cloud. While both tools share similarities, Logic Apps offer unique advantages, especially for enterprise-scale solutions. However, managing Logic Apps in source control and deploying them via Azure DevOps pipelines comes with its own set of challenges.
This blog post explores the differences between Logic Apps and Power Automate, highlights the limitations of Logic Apps in source control, and provides insights into handling system-assigned identities and API versions during deployment.