Description
Reporting an Issue or Missing Feature
Unable to change VivaConnectionsDefaultStart from True to False with Set-PnPHomeSite cmdlet. I can change this with SPO PowerShell, but not with PnP.PowerShell.
Expected behavior
Set-PnPHomeSite -HomeSiteUrl -VivaConnectionsDefaultStart:$true -Force -Connection $Connection
Set-PnPHomeSite -HomeSiteUrl -VivaConnectionsDefaultStart:$false -Force -Connection $Connection
Get-PnPHomeSite -Connection $Connection | fl VivaConnectionsDefaultStart --> FALSE
Actual behavior
Set-PnPHomeSite -HomeSiteUrl -VivaConnectionsDefaultStart:$true -Force -Connection $Connection
Set-PnPHomeSite -HomeSiteUrl -VivaConnectionsDefaultStart:$false -Force -Connection $Connection
Get-PnPHomeSite -Connection $Connection | fl VivaConnectionsDefaultStart --> still TRUE
Steps to reproduce behavior
Set-PnPHomeSite -HomeSiteUrl -VivaConnectionsDefaultStart:$true -Force -Connection $Connection
Set-PnPHomeSite -HomeSiteUrl -VivaConnectionsDefaultStart:$false -Force -Connection $Connection
Get-PnPHomeSite -Connection $Connection | fl VivaConnectionsDefaultStart --> still True
What is the version of the Cmdlet module you are running?
2.12.0
Which operating system/environment are you running PnP PowerShell on?
- [ x] Windows
- Linux
- [ x] MacOS
- Azure Cloud Shell
- [ x] Azure Functions
- Other : please specify