Skip to content
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

Add DraftMode parameter for setting Connections default experience #739

Open
wants to merge 2 commits into
base: public
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Viva/connections/edit-viva-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <homesiteURL> -VivaConnectionsDefaultStart <$true/$false>`
3. Run `Set-SPOHomeSite -HomeSiteUrl <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:**

Expand Down