-
Notifications
You must be signed in to change notification settings - Fork 366
New sample script: SharePoint Online list alerts retirement report. #7001
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Thanks @Saurabh7019! We'll try to review it ASAP! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new sample script to help administrators generate reports on SharePoint Online list alerts across their tenant in preparation for the retirement of this feature. The script provides a comprehensive PowerShell solution to scan all sites and export alert information to CSV format.
Key Changes
- Adds a PowerShell script that scans all tenant sites for existing SharePoint alerts
- Generates a detailed CSV report with alert metadata including frequency, users, and target paths
- Includes proper metadata and documentation for the sample script
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/docs/sample-scripts/spo/list-tenant-alert-usage/index.mdx | Main documentation page with PowerShell script for generating tenant-wide alert reports |
| docs/docs/sample-scripts/spo/list-tenant-alert-usage/assets/sample.json | Metadata configuration for the sample script including author info, tags, and references |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Script looks really nice @Saurabh7019! I made a few suggestions to make it good to go.
Thanks for the effort!
5fd67c8 to
526ca5f
Compare
Closes #6864