script-samples icon indicating copy to clipboard operation
script-samples copied to clipboard

A sample gallery of scripts to manage all things Microsoft 365.

Results 69 script-samples issues
Sort by recently updated
recently updated
newest added

I've seen this on the sample https://pnp.github.io/script-samples/todo-cleanup-completed-todos/README.html?tabs=m365cli-bash The PowerShell tab is named correctly, however the bash tab is incorrect, it displays `Microsoft 365 CLI with bash` but should be CLI...

bug

PnP PowerShell script reset-files-permission-unique-to-inherited throws list exceeds threshold for large libraries. I have an alternate version to work with large libraries ` try { Get-PnPListItem -List $ListName -PageSize 2000 |...

@AhmadiRamin Thanks for this script! It would be great if this script exported all the terms to whatever depth they exist. https://github.com/pnp/script-samples/tree/main/scripts/spo-export-termstore-terms-to-csv For example: Region Country State As a hierarchy....

sample idea
hacktoberfest

## 🎯Aim The aim of this issue would be to add a [CLI for M365](https://pnp.github.io/cli-microsoft365/) version of script [Download contents of Document library as PDF](https://pnp.github.io/script-samples/graph-download-office-documents-as-pdf/README.html?tabs=pnpps). ## 🤔How I think one...

sample idea
good first issue
help wanted
hacktoberfest

This sample script shows how to query CSOM properties with PnP PowerShell by writing C# code, importing it in PowerShell and sending a single Invoke-PnPQuery request, useful when trying to...

Logging here, but there is an issue with Microsoft Defender reporting the site as dangerous. - The only input field is search for filtering samples. - Only affects Edge Browser...

bug
enhancement
generator

Query advanced CSOM properties with PnP PowerShell. PowerShell supports .NET types and can even compile C# code, so in cases where having as few as possible CSOM queries is needed...

This script reads SharePoint or OneDrive urls from a csv file, then goes through every item looking for specific retention labels. When they find matches, they change the labels to...

Hi I want to Modernize classic blog page from SP2019 onprem to SPO using this script https://pnp.github.io/script-samples/modernize-blog-pages/README.html?tabs=pnpps But it doesn't work. Can someone help please? Kind regards

- Update samples where product has been renamed, e.g. Entra ID, SharePoint Premium - Seek logos from MS - Update the filters and generator for these name changes - Finally...

enhancement
generator