script-samples
script-samples copied to clipboard
A sample gallery of scripts to manage all things Microsoft 365.
my case is that my TITLE is "not required" + i have removed it from the default view + removed it from the "columns" of the new button ( by...
The term 'm365' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,...
This sample is using the older cmdlets, update will be needed: https://pnp.github.io/script-samples/spo-add-document-library-webpart-to-page/README.html Older cmdlets: Add-PnPClientSidePage, Add-PnPClientSidePageSection, Add-PnPClientSideText, Add-PnPClientSideWebPart, Get-PnPClientSidePage
Example: https://pnp.github.io/script-samples/spo-add-list-template-with-custom-library/README.html?tabs=spoms-ps Get-SPOListDesign - no longer exists, the sample will break with the latest version of SPO Management Shell. Reference to use: https://docs.microsoft.com/en-us/sharepoint/lists-custom-template

🎯Aim The aim of this issue would be to add a totally new sample script that will migrate a SharePoint list and it's contents from one tenant to another. Use...
🎯Aim The aim of this issue would be to add a [CLI for M365](https://pnp.github.io/cli-microsoft365/) version of script [Reports to Excel where the specified Term is used](https://pnp.github.io/script-samples/ReportTermUse/README.html?tabs=pnpps). 🤔How I think one...
🎯Aim The aim of this issue would be to add a [CLI for M365](https://pnp.github.io/cli-microsoft365/) version of script [Fetch User Profile Properties From Site Collection And Export To CSV](https://pnp.github.io/script-samples/fetch-user-profile-properties/README.html?tabs=pnpps). 🤔How I...
Idea: - Explore the GIT submodule command to link sections of the repo to the help articles in the three (or more) repos where the cmdlet help originates. - Update...
Recent push for help files revealed a change in the CLI cmdlets - eg. rename of the delete to remove, since last check in. This is a good example of...