
Creation du site SharePoint (Communication site)
Snippet options
Download: Download snippet as creation-du-site-sharepoint-communication-site.sh.
Copy snippet: For this you need a free my code stock.com account.
Embed code : You will find the embed code for this snippet at the end of the page, if you want to embed it into a website or a blog!
$requestBody = Get-Content $triggerInput -Raw | ConvertFrom-Json $ParentSiteUrl = "yourtenanturl" $SiteUrl = $requestBody.SiteURL $SiteTitle = $requestBody.SiteTitle $SiteLanguage = $requestBody.SiteLanguage $username = "yourtenantemail" $password_string = "yourpassword" $encpassword = ConvertTo-SecureString -String $password_string -AsPlainText -Force $credentials = new-object -typename System.Management.Automation.PSCredential -argumentlist ($username, $encpassword) connect-PnPOnline -credentials $credentials -url $ParentSiteUrl New-PnPSite -Type CommunicationSite -Title $SiteTitle -Url $SiteUrl
Create a free my code stock.com account now.
my code stok.com is a free service, which allows you to save and manage code snippes of any kind and programming language. We provide many advantages for your daily work with code-snippets, also for your teamwork. Give it a try!
Find out more and register nowYou can customize the height of iFrame-Codes as needed! You can find more infos in our API Reference for iframe Embeds.