pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
990 stars 663 forks source link

Site Classification not set with New-PnPSite #1688

Open Benny183 opened 6 years ago

Benny183 commented 6 years ago

Reporting an Issue or Missing Feature

Site Classification is not set with: New-PnPSite -Type TeamSite -Title "TestGroup" -Alias "testgroup" -Classification "Public"

Expected behavior

SharePoint group site collection should have the classification public

Actual behavior

classification is not set after group and site collection is successfully provisioned. No errors or warnings appear. Setting classification after site collection creation works with: Set-PnPSite -Classification "Public"

Steps to reproduce behavior

Create Group with New-PnPSite and set classification

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

3.0.1808.1

How did you install the PnP-PowerShell Cmdlets?

piwibardy commented 6 years ago

I'm also facing this issue :/