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

This script identifies users who have been granted direct permissions on SharePoint Online sites, rather than receiving access through groups. Direct permissions can bypass standard governance and make permission management...

…README.md This script audits Entra ID (Azure AD) guest (B2B) users to detect elevated permissions across Microsoft 365 services, including directory roles, Microsoft Teams ownership, and SharePoint Online site collection...

After running the script, all umlauts in the Department field of the SharePoint user profile are corrupted

To check through the titles and descriptions, to improve descriptions if they are the same, to show bit more details. There are some samples that need some small tweaks in...

enhancement

=================== SUMMARY REPORT =================== Total sample directories checked: 342 README.md files with visitor stats links: 314 README.md files missing visitor stats links: 28 README.md files with WRONG format links: 0...

enhancement
Priority

- Update the navigation from Contributing to Learn - Add a section on learning how to contribute - Add a section on PowerShell Patterns e.g. cmdlet structure - Add a...

enhancement
documentation

I get a permissions error in the logs. GitHub Actions runner Ubuntu-24.04 causes issues. Reverting to the older running works, but this is only supported for a period of time...

bug
generator

- There are changes coming in V3 of PnP PowerShell that change the Connect-PnPOnline -URL X **-Interactive** flag so need to align to that - Ref #783 Please wait before...

sample issue

Hi, just encouraged an error while running one of your scripts. Seems like the object is not properly passed by piping it into Select-Object. *Error:* ``` select : Property "displayName"...