Skip to content

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

Open
@malauter

Description

@malauter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions