Earlier this year I wrote a Blog post that demonstrated how to create Sub-Sites (Webs) within a SharePoint Online Site Collection using PowerShell and CSOM - https://blogs.technet.com/b/fromthefield/archive/2015/01/26/creating-a-subsite-web-using-cs...
Before you create a sub site, you need to get enough information to start your work, here are general information form for a new sub-site: Subsite name Tile UserPermission (Unique/Same as Parent?) Full Subsite Name Template Logo/Icon Additional WebPart Site owner (alias) User Access (Read...
Another point, my intent is to put the subsite provisionning in an Azure function. Is it better to use CSOM or PnP for stability reason. Dear Jean-Marie, The part of the code "SetAssociatedGroup" is always the painful one. It's mainly related to the modification Microsoft ...
Using a custom contentType to creating a list: functionGetContentType() {varclientContext =newSP.ClientContext(siteUrl);varcurrentWeb =clientContext.get_web();varcontentTypeCollection =currentWeb.get_contentTypes();varcontentType = contentTypeCollection.getById("0x01010038CBF7FA14024D2688184E50E84E3...
Using a list template to creating a list in SubSItefunction CreateList(){ var clientContext = new SP.ClientContext(siteUrl); var current...
Browsing to the home page Browsing to a document library <3 seconds Uncommon operation Creating a subsite Creating a list <5 seconds Rare operation Backing up a site Creating a site collection <7 seconds Long-running operation Indexing a site Varies with operation and system configuration. ...
Returns the default properties for creating and renewing certificates and the certificate health analyzer rules. Get-SPClaimProvider Returns a claim provider. Get-SPClaimProviderManager Returns a claim provider manager. Get-SPClaimTypeEncoding Returns a list of all the types of claims. Get-SPConnected...
Start by creating acommunication siteor ateam site. You can then make changes to the site'sname, description,logo, privacy level, and site classification, as well as service limits andpermissionsfor the site. Navigate to siteSettingsand selectApply a site template. ...
ClickAdd Subsite to My Siteto create a new site under your My Site. UnderSite Templatesselect a template to create a new site based on a SharePoint template. Note:In addition to opening and creating sites from within SharePoint Designer, you can open a SharePoint site using your browser...
or add-ins where all components are hosted on either an on-premises or Office 365 SharePoint farm. SharePoint-hosted add-ins are installed on a SharePoint website, called the host web. They have their resources hosted on an isolated subsite of a host web, called the add-in web. It's...