Skip to content

Instantly share code, notes, and snippets.

View DRamalho92's full-sized avatar
🏠
Working from home

David Ramalho DRamalho92

🏠
Working from home
View GitHub Profile
@vman
vman / createsitecollection.cs
Last active March 13, 2024 08:16
Create Site Collection from CSOM
using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.SharePoint.Client;
using System;
using System.Security;
namespace CreateSiteCollections
{
class Program
{
static void Main(string[] args)