New-PnPSite: How to apply site design when -Type = TeamSite #1353
Unanswered
ScottOxendine
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to apply a site design when creating group connected team sites using:
New-PnPSite -Type TeamSite
The cmdlet will accept the -SiteDesignId parameter when the -Type parameter is equal to CommunicationSite or TeamSiteWithoutMicrosoft365Group. However, it will not when the -Type parameter is equal to TeamSite.
New-PnPSite -Type TeamSite -Title -Alias [-Description ] [-Classification ] [-IsPublic] [-Lcid ] [-Owners <String[][]>] [-PreferredDataLocation ] [-SensitivityLabel ] [-HubSiteId ] [-SiteAlias ] [-Wait] [-Connection ]
[]
How can I achieve applying a site design when creating a group connected team site?
Beta Was this translation helpful? Give feedback.
All reactions