Skip to content

[BUG] Set-PnPHomeSite: Cannot change VivaConnectionsDefaultStart to False #4827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks
malauter opened this issue Apr 3, 2025 · 0 comments
Open
3 tasks
Labels
bug Something isn't working

Comments

@malauter
Copy link

malauter commented 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?

  • [ x] Windows
  • Linux
  • [ x] MacOS
  • Azure Cloud Shell
  • [ x] Azure Functions
  • Other : please specify
@malauter malauter added the bug Something isn't working label Apr 3, 2025
@malauter malauter changed the title [BUG] Set-PnPHomeSite: Cannot set VivaConnectionsDefaultStart to False [BUG] Set-PnPHomeSite: Cannot change VivaConnectionsDefaultStart to False Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant