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

Commit

Permalink
Release 2.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Jan 28, 2024
1 parent 3da3e30 commit 9a2d148
Show file tree
Hide file tree
Showing 4 changed files with 1,579 additions and 1,465 deletions.
114 changes: 114 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,47 @@
"createDate": "2021-05-11",
"source": "script-samples"
},
{
"title": "Add bulk users to SharePoint site groups from CSV.",
"url": "https://pnp.github.io/script-samples/spo-add-bulk-users-to-groups/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-add-bulk-users-to-groups/README.md",
"description": "Add bulk users to SharePoint site groups from CSV.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-add-bulk-users-to-groups/assets/preview.png",
"type": [
"powershell"
],
"tabTag": [
"#tab/cli-m365-ps"
],
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Chandani Prajapati",
"pictureUrl": "https://avatars.githubusercontent.com/u/52065929?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Add-PnPGroupMember",
"Get-PnPGroup",
"Get-PnPGroupMember",
"Connect-SPOService",
"Get-SPOSite",
"Get-SPOUser",
"Add-SPOUser",
"m365 status",
"m365 login",
"m365 spo group get",
"m365 spo group member list",
"m365 spo group member add",
"m365 logout"
],
"createDate": "2022-07-05",
"source": "script-samples"
},
{
"title": "Add a document library web part to a page",
"url": "https://pnp.github.io/script-samples/spo-add-document-library-webpart-to-page/README.html",
Expand Down Expand Up @@ -797,6 +838,42 @@
"createDate": "2021-06-18",
"source": "script-samples"
},
{
"title": "Add dummy folders and files to a SharePoint library",
"url": "https://pnp.github.io/script-samples/spo-add-dummy-folders-and-files/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-add-dummy-folders-and-files/README.md",
"description": "This sample shows how to add dummy folders and files into a SharePoint library, generating files within folders to perform testing.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-add-dummy-folders-and-files/assets/preview.png",
"type": [
"powershell"
],
"tabTag": [
"#tab/cli-m365-ps"
],
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Add-PnPFolder",
"Add-PnPFile",
"m365 status",
"m365 login",
"m365 spo folder add",
"m365 spo file add",
"m365 logout",
"Get-ChildItem"
],
"createDate": "2022-11-13",
"source": "script-samples"
},
{
"title": "Create fields and add to Content Types",
"url": "https://pnp.github.io/script-samples/spo-add-fields-to-contenttypes/README.html",
Expand Down Expand Up @@ -870,6 +947,43 @@
"createDate": "2022-11-20",
"source": "script-samples"
},
{
"title": "Add multiple folders in libraries using a CSV file",
"url": "https://pnp.github.io/script-samples/spo-add-multiple-folders-in-libraries-using-csv-file/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-add-multiple-folders-in-libraries-using-csv-file/README.md",
"description": "This script will create the folders (not nested) into the libraries provided in the CSV file.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-add-multiple-folders-in-libraries-using-csv-file/assets/preview.png",
"type": [
"powershell"
],
"tabTag": [
"#tab/cli-m365-ps"
],
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Jiten Parmar",
"pictureUrl": "https://avatars.githubusercontent.com/u/7124132?v=4"
}
],
"tags": [
"SharePoint Online",
"Connect-PnPOnline",
"Get-PnPWeb",
"Get-PnPList",
"Resolve-PnPFolder",
"m365 status",
"m365 login",
"m365 spo list get",
"m365 spo folder add",
"m365 logout"
],
"createDate": "2021-05-10",
"source": "script-samples"
},
{
"title": "Add multiple lists or libraries using csv file",
"url": "https://pnp.github.io/script-samples/spo-add-multiple-lists-using-csv-file/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": "cli-for-microsoft-365-extension",
"displayName": "CLI for Microsoft 365 extension",
"description": "This extension provides functionalities that may be helpful when creating scripts using CLI for Microsoft 365 like docs, commands list, sample gallery and many more.",
"version": "2.12.8",
"version": "2.12.9",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 9a2d148

Please sign in to comment.