Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/webview-ui/commandsL…
Browse files Browse the repository at this point in the history
…ist/postcss-8.4.31
  • Loading branch information
Adam-it authored Nov 5, 2023
2 parents 59f974e + 171e936 commit bb88b30
Show file tree
Hide file tree
Showing 4 changed files with 1,567 additions and 1,477 deletions.
98 changes: 94 additions & 4 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,24 @@
"Get-PnPTenantSite"
]
},
{
"title": "Get disabled or inactive user accounts",
"url": "https://pnp.github.io/script-samples/get-disabled-or-inactive-user-accounts/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/get-disabled-or-inactive-user-accounts/README.md",
"description": "Find the user accounts which have been disabled or are inactive, export report to CSV",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/get-disabled-or-inactive-user-accounts/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Kasper Larsen",
"pictureUrl": "https://github.com/kasperbolarsen.png"
}
],
"tags": [
"Invoke-PnPGraphMethod,Invoke-PnPSearchQuery,Invoke-RestMethod"
]
},
{
"title": "Authenticate with and call the Microsoft Graph",
"url": "https://pnp.github.io/script-samples/graph-call-graph/README.html",
Expand Down Expand Up @@ -880,15 +898,27 @@
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Ahamed Fazil Buhari",
"pictureUrl": "https://github.com/ahamedfazil.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPField",
"Add-PnPFieldFromXml",
"Add-PnPFieldToContentType"
"Add-PnPFieldToContentType",
"m365 status",
"m365 login",
"m365 logout",
"m365 spo field get",
"m365 spo field add",
"m365 spo contenttype get",
"m365 spo contenttype field set"
]
},
{
Expand Down Expand Up @@ -1349,21 +1379,30 @@
"title": "Creation of SharePoint Online sites from CSV",
"url": "https://pnp.github.io/script-samples/spo-bulk-creation-sharepoint-sites-csv/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-bulk-creation-sharepoint-sites-csv/README.md",
"description": "This script helps you in creation of SharePoint Communication and Team sites in bulk. It takes an input from CSV.",
"description": "This script helps you in creation of SharePoint Online Communication and Team sites in bulk. It takes an input from CSV.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-bulk-creation-sharepoint-sites-csv/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Kshitiz Kalra",
"pictureUrl": "https://github.com/kzkalra.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPTenant",
"Get-PnPTenantSite",
"New-PnPSite"
"New-PnPSite",
"Disconnect-PnPOnline",
"m365 status",
"m365 login",
"m365 spo site get",
"m365 spo site add",
"m365 logout"
]
},
{
Expand Down Expand Up @@ -2996,6 +3035,10 @@
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Alex Talarico",
"pictureUrl": "https://github.com/getalex.png"
},
{
"name": "Adam Wójcik",
"pictureUrl": "https://avatars.githubusercontent.com/u/58668583?v=4"
Expand Down Expand Up @@ -3042,6 +3085,28 @@
"m365 tenant serviceannouncement message list"
]
},
{
"title": "Get membership report of a site",
"url": "https://pnp.github.io/script-samples/spo-get-sites-membership-report/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sites-membership-report/README.md",
"description": "The script export site membership details to a CSV file",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sites-membership-report/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"Get-PnPTenantSite",
"Get-PnPMicrosoft365GroupOwner",
"Get-PnPMicrosoft365GroupMember",
"Get-PnPSiteCollectionAdmin",
"Get-PnPGroupMember"
]
},
{
"title": "Get sites report throughout the tenant which has unique permissions",
"url": "https://pnp.github.io/script-samples/spo-get-sites-with-unique-permissions/README.html",
Expand Down Expand Up @@ -3246,6 +3311,31 @@
],
"tags": []
},
{
"title": "Disable Quick property editing (Grid view) from SharePoint list",
"url": "https://pnp.github.io/script-samples/spo-list-disable-quick-property-editing/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-disable-quick-property-editing/README.md",
"description": "This sample script will show you how to disable the Quick property editing (Grid view) from SharePoint list.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-disable-quick-property-editing/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
}
],
"tags": [
"SharePoint Online",
"Connect-PnPOnline",
"Set-PnPList",
"Disconnect-PnPOnline",
"m365 status",
"m365 login",
"m365 spo list set",
"m365 logout"
]
},
{
"title": "Download all the content type document templates files associated with a library",
"url": "https://pnp.github.io/script-samples/spo-list-download-contenttype-documenttemplate/README.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell like docs, commands list, sample gallery and many more.",
"version": "2.10.3",
"version": "2.10.5",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit bb88b30

Please sign in to comment.