A parameter cannot be found that matches parameter name 'VivaConnectionsDefaultStart' #4629
Replies: 2 comments 2 replies
-
Hi @Sephiroth0327, If you've installed PnP.Powershell, you'll need to use the PnP commandlet Set-PnPHomeSite. The CLI for Microsoft 365 currently does not yet support this parameter, although it will sometime soon: #4480 |
Beta Was this translation helpful? Give feedback.
-
I got exactly the same error. Tried to uninstall and reinstall SharePoint Online Management shell but I still get the same issue. Using PnP.Powershell I got the error: Set-PnPHomeSite: Operation is not valid due to the current state of the object. My site is already set as home site using GUI. |
Beta Was this translation helpful? Give feedback.
-
I may be missing something simple here but I am not able to update the parameter VivaConnectionsDefaultStart. Here are the details on my envrionment:
PowerShell Version - 5.1.19041.2364
Commands I have succesfully ran:
Install-Module PnP.PowerShell -Scope CurrentUser -Force
and
npm install -g @pnp/cli-microsoft365
When I try to run the Set-SPOHomeSite command below, the parameter is not found. What do I need to do to properly get the latest version?
Set-SPOHomeSite -HomeSiteUrl https://mysiteurl -VivaConnectionsDefaultStart $true
Beta Was this translation helpful? Give feedback.
All reactions