No Image

[SPO/PNP] [Sample] Get all files created by a specific user

February 8, 2023 Andrei Rachita 0

The script below can only be used as a sample! So, here goes:

 

No Image

[SPO/CSOM] Send and e-mail from SPO using CSOM

November 11, 2022 Andrei Rachita 0

So, let’s send and e-mail directly from SharePoint Online. The e-mail will appear as being sent from: no-reply@sharepointonline.com So, here goes:  

Enjoy!

No Image

[SPO/PNP] Bulk create a certain number of DOCX files in a document library

September 28, 2022 Andrei Rachita 0

So, besides PnP, you will need to have a file called WordDummy.docx in the c:\temp folder. Then, just run the script (and adapt it to your URLs):

The […]

No Image

[PnP PowerShell] Copy a SPO list from one site collection to another

September 5, 2022 Andrei Rachita 0

OK, so we need to copy a site collection from one site collection to another. Here’s a way to do it:

The resulting XML […]

No Image

[CSOM] Copy list items from one SPO list to another

August 19, 2022 Andrei Rachita 0

So, here goes:

Enjoy!

No Image

[CSOM] Create a specified number of list items using CSOM

August 18, 2022 Andrei Rachita 0

So the idea is to create a large number of list items (definable) using CSOM. So… here goes:  

Enjoy!

No Image

[PowerShell/PNP] – Copy files and folders from one site collection to another using PnP PowerShell

July 28, 2022 Andrei Rachita 0

So, here goes:  

So the script will copy the files from /sites/arachita1/LibtestMulti/Folder1 to /sites/Calendar2405/doclib33/Test Enjoy!