Skip to content

Commit adbf090

Browse files
authored
Merge pull request #880 from GeorgiaGit/main
Adding Commit for SharePoint Clean Comments
2 parents 0c6311e + 0dd4a4e commit adbf090

File tree

8 files changed

+546
-0
lines changed

8 files changed

+546
-0
lines changed

scripts/spo-clean-comments/README.md

Lines changed: 486 additions & 0 deletions
Large diffs are not rendered by default.
474 KB
Loading
1010 KB
Loading
828 KB
Loading
15 KB
Loading
328 KB
Loading
58.7 KB
Loading
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
[
2+
{
3+
"name": "spo-clean-comments",
4+
"source": "pnp",
5+
"title": "SharePoint Clean Comments",
6+
"shortDescription": "Removes or disables all comments in a site collection including by user",
7+
"url": "https://pnp.github.io/script-samples/spo-clean-comments/README.html",
8+
"longDescription": [
9+
""
10+
],
11+
"creationDateTime": "2025-10-24",
12+
"updateDateTime": "2025-10-24",
13+
"products": [
14+
"SharePoint"
15+
],
16+
"metadata": [
17+
{
18+
"key": "PNP-POWERSHELL",
19+
"value": "1.11.0"
20+
}
21+
],
22+
"categories": [
23+
"Modernize",
24+
"Data",
25+
"Deploy",
26+
"Provision",
27+
"Configure",
28+
"Report",
29+
"Security",
30+
"AI",
31+
"Microsoft 365 Copilot"
32+
],
33+
"tags": [
34+
"<Cmdlets-Used>"
35+
],
36+
"thumbnails": [
37+
{
38+
"type": "image",
39+
"order": 100,
40+
"url": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-clean-comments/assets/preview.png",
41+
"alt": "Preview of the sample SharePointCleanComments"
42+
}
43+
],
44+
"authors": [
45+
{
46+
"gitHubAccount": "GeorgiaGit",
47+
"company": "",
48+
"pictureUrl": "https://github.com/GeorgiaGit.png",
49+
"name": "Andrew Burns"
50+
}
51+
],
52+
"references": [
53+
{
54+
"name": "Want to learn more about PnP PowerShell and the cmdlets",
55+
"description": "Check out the PnP PowerShell site to get started and for the reference to the cmdlets.",
56+
"url": "https://aka.ms/pnp/powershell"
57+
}
58+
]
59+
}
60+
]

0 commit comments

Comments
 (0)