You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to change VivaConnectionsDefaultStart from True to False with Set-PnPHomeSite cmdlet. I can change this with SPO PowerShell, but not with PnP.PowerShell.
malauter
changed the title
[BUG] Set-PnPHomeSite: Cannot set VivaConnectionsDefaultStart to False
[BUG] Set-PnPHomeSite: Cannot change VivaConnectionsDefaultStart to False
Apr 3, 2025
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?
The text was updated successfully, but these errors were encountered: