From 31b7ae9db038ab2425dfe8df0d846bc1eb0d012b Mon Sep 17 00:00:00 2001 From: Corrie Haffly Date: Wed, 11 Oct 2023 10:17:24 -0700 Subject: [PATCH 1/2] Add DraftMode parameter for setting Connections default experience When running the Viva Connections default experience SPO Management Shell command as documented, the experience is in draft mode by default, thus removing the existing home site and global nav for users. I've added the DraftMode parameter and an explanation to clarify. --- Viva/connections/edit-viva-home.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Viva/connections/edit-viva-home.md b/Viva/connections/edit-viva-home.md index eb9d4b3bff..a639a873cd 100644 --- a/Viva/connections/edit-viva-home.md +++ b/Viva/connections/edit-viva-home.md @@ -261,10 +261,12 @@ If your organization already has a SharePoint home site and you want to keep it 2. Connect to SharePoint as a [Global Administrator](/microsoft-365/admin/add-users/about-admin-roles) in Microsoft 365. To learn how, see [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online). -3. Run `Set-SPOHomeSite -HomeSiteUrl -VivaConnectionsDefaultStart <$true/$false>` +3. Run `Set-SPOHomeSite -HomeSiteUrl -VivaConnectionsDefaultStart <$true/$false> -DraftMode <$true/$false>` - - The parameter should be set to **$false** to use the new Connections desktop experience as the default landing experience. - - The parameter should be set to **$true** to use a SharePoint home site as the default landing experience. + - The VivaConnectionsDefault parameter should be set to **$false** to use the new Connections desktop experience as the default landing experience. + - The VivaConnectionsDefault parameter should be set to **$true** to use a SharePoint home site as the default landing experience. + - The DraftMode parameter is set to **$true** by default, which will disable the global navigation and home site. The Connections desktop experience can be enabled in the Microsoft 365 Admin Center. + - Set the DraftMode parameter to **$false** to immediately enable the Connections desktop experience without going through the Admin Center. **Example:** From c1b3c35c8fa2b3e63329b72829661e6e80edc7d8 Mon Sep 17 00:00:00 2001 From: Corrie Haffly Date: Thu, 12 Oct 2023 06:56:06 -0700 Subject: [PATCH 2/2] Change capitalization of admin center Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- Viva/connections/edit-viva-home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Viva/connections/edit-viva-home.md b/Viva/connections/edit-viva-home.md index a639a873cd..931ae26376 100644 --- a/Viva/connections/edit-viva-home.md +++ b/Viva/connections/edit-viva-home.md @@ -265,8 +265,8 @@ If your organization already has a SharePoint home site and you want to keep it - The VivaConnectionsDefault parameter should be set to **$false** to use the new Connections desktop experience as the default landing experience. - The VivaConnectionsDefault parameter should be set to **$true** to use a SharePoint home site as the default landing experience. - - The DraftMode parameter is set to **$true** by default, which will disable the global navigation and home site. The Connections desktop experience can be enabled in the Microsoft 365 Admin Center. - - Set the DraftMode parameter to **$false** to immediately enable the Connections desktop experience without going through the Admin Center. + - The DraftMode parameter is set to **$true** by default, which will disable the global navigation and home site. The Connections desktop experience can be enabled in the Microsoft 365 admin center. + - Set the DraftMode parameter to **$false** to immediately enable the Connections desktop experience without going through the admin center. **Example:**