This chapter covers the administration of Microsoft Viva, a suite of employee experience applications built into Microsoft 365. For the MS-102 exam, Viva administration falls under Tenant Management (Objective 1.3) and typically accounts for about 5-10% of questions. You will need to understand licensing requirements, configuration of each Viva module (Connections, Insights, Learning, Topics), and integration with other Microsoft 365 services. This chapter provides the depth needed to answer scenario-based questions about deploying and managing Viva in an enterprise environment.
Jump to a section
Think of Microsoft Viva as the operating system for employee experience, analogous to how Windows manages hardware resources for applications. Just as Windows provides a unified interface for file management (File Explorer), notifications (Action Center), and search (Cortana/Windows Search), Viva provides modules for knowledge discovery (Viva Topics), learning (Viva Learning), wellbeing (Viva Insights), and communications (Viva Connections). Each module runs as a service on top of the underlying infrastructure—Microsoft 365 and Azure Active Directory. The Viva admin center acts as the Control Panel, where an administrator configures policies, permissions, and integrations. For example, in Windows, you manage user accounts via Local Users and Groups; in Viva, you manage user access via AAD roles and licenses. Just as Windows requires device drivers to interface with hardware, Viva requires data connectors to bring in content from external sources (e.g., ServiceNow for learning or Salesforce for topics). The Viva admin must ensure that the right 'drivers' (connectors) are installed and configured, that users have the correct 'permissions' (licenses), and that the system is 'patched' (updated) regularly. Misconfiguring a setting in the Control Panel can cause an application to crash; similarly, misconfiguring Viva policies can lead to inaccurate topic suggestions, missing learning content, or privacy violations in Insights.
What is Microsoft Viva?
Microsoft Viva is an employee experience platform (EXP) that integrates with Microsoft 365 and Microsoft Teams to provide tools for communication, knowledge, learning, and wellbeing. It consists of four primary modules: Viva Connections, Viva Insights, Viva Learning, and Viva Topics. Each module can be licensed individually or as part of the Viva Suite (which also includes Viva Glint and Viva Pulse, though these are less tested on MS-102). Viva is built on top of existing Microsoft 365 infrastructure, including SharePoint, Exchange, and Azure Active Directory (AAD).
Licensing Requirements
To use any Viva module, users must have an eligible Microsoft 365 license (E1, E3, E5, Business Basic, Business Standard, or Business Premium). However, each Viva module requires an additional add-on license:
Viva Connections: Included with Microsoft 365 E1, E3, E5, and Business licenses (no extra cost).
Viva Insights: Personal insights are included with E3/E5; advanced insights require a Viva Insights add-on license (e.g., Viva Insights Premium).
Viva Learning: Requires a Viva Learning add-on license (or Viva Suite).
Viva Topics: Requires a Viva Topics add-on license (or Viva Suite).
On the exam, you must know which modules are included with base licenses and which require add-ons. For example, Viva Connections is free (included), while Viva Topics is a paid add-on.
Viva Connections Administration
Viva Connections is a customizable app in Microsoft Teams that provides a curated feed of company news, resources, and tasks. It uses a SharePoint home site as its content source. To set up Viva Connections: 1. Designate a SharePoint home site (using the SharePoint admin center). 2. Create a Viva Connections dashboard using the SharePoint home site's dashboard web part. 3. Publish the dashboard and enable the Viva Connections app in Teams via the Teams admin center (under Manage apps).
Key settings include:
Dashboard: A set of cards (e.g., News, Events, Quick links).
Feed: Aggregates posts from multiple SharePoint news sources.
Resources: Links to SharePoint pages and external URLs.
As an admin, you can control who sees the Viva Connections app via Teams app permission policies. By default, the app is available to all users.
Viva Insights Administration
Viva Insights provides personal and organizational wellbeing and productivity insights. It uses data from Microsoft 365 (email, calendar, Teams) to generate metrics like meeting hours, focus time, and network connections.
Administration is done via the Viva Insights admin center (https://admin.insights.microsoft.com). Key tasks:
Configure privacy settings: Set minimum group size (default 10) for organizational insights to prevent identification of individuals.
Manage data access: Assign roles like Insights Administrator (delegated admin) or Insights Business Leader (can view organizational insights).
Set up advanced insights: Requires a Premium license and enables custom analysis using Microsoft 365 data.
Important exam point: The minimum group size for organizational insights is 10 by default but can be increased. If a group has fewer than 10 members, its data is suppressed.
Viva Learning Administration
Viva Learning aggregates learning content from internal (SharePoint, Teams) and external sources (LinkedIn Learning, Microsoft Learn, third-party content providers via connectors).
Configuration is done in the Microsoft 365 admin center under Settings > Org settings > Viva Learning. Steps: 1. Enable Viva Learning for the organization. 2. Add learning content sources: SharePoint folders, Teams channels, or third-party connectors (e.g., SAP SuccessFactors, Cornerstone OnDemand). 3. Manage permissions: Assign roles like Learning Administrator (can manage settings) and Learning Content Manager (can curate content).
On the exam, know that Viva Learning requires an add-on license for each user who accesses it. Also, third-party connectors require additional configuration (e.g., API keys).
Viva Topics Administration
Viva Topics uses AI to organize knowledge into topic pages. It scans SharePoint sites and other content sources to identify topics (people, projects, concepts) and generates topic cards and pages.
Administration is via the Microsoft 365 admin center > Setup > Viva Topics. Key steps: 1. Configure topic discovery: Specify which SharePoint sites to crawl (e.g., all sites, specific site collections). 2. Set permissions: Assign roles like Topic Administrator (full control), Topic Contributor (can edit topics), and Topic Viewer (can view topic pages). 3. Manage topic lifecycle: Topics go through states: Suggested (AI-generated), Confirmed (reviewed by a contributor), Published (visible to viewers), and Removed.
Important: Viva Topics has a 30-day discovery cycle. After initial configuration, it takes up to 30 days for topics to appear. Also, topic pages are stored in a centralized topic center (a SharePoint site created during setup).
Integration with Microsoft 365
All Viva modules integrate with Microsoft 365 services:
Viva Connections uses SharePoint and Teams.
Viva Insights uses Exchange Online and Teams.
Viva Learning uses SharePoint, Teams, and external APIs.
Viva Topics uses SharePoint and Microsoft Graph.
As an admin, you must ensure that the underlying services are properly configured. For example, if SharePoint content is not indexed, Viva Topics will not discover topics. The Viva admin center (https://admin.microsoft.com) provides a unified dashboard for managing all modules, but each module also has its own admin center (e.g., Viva Insights admin center).
Troubleshooting Common Issues
Viva Connections not appearing in Teams: Check app permission policies and ensure the SharePoint home site is set.
Viva Insights data not showing: Verify that the minimum group size is not blocking data, and that users have the required license.
Viva Learning content missing: Confirm that content sources are correctly configured and that users have licenses.
Viva Topics not generating topics: Check that SharePoint sites are included in discovery scope and that the topic center site collection is active.
PowerShell and Graph API Administration
While most Viva administration is done via admin centers, some tasks can be automated using PowerShell or Microsoft Graph. For example:
Assign Viva licenses via Microsoft Graph PowerShell:
Set-MgUserLicense -UserId user@domain.com -AddLicenses @{SkuId = "VIVA_LEARNING_STANDARD" }Get Viva Topics configuration:
Get-VivaTopicsConfigurationOn the exam, you may need to know that Viva licensing SKU IDs are specific (e.g., VIVA_LEARNING_STANDARD, VIVA_INSIGHTS_PREMIUM).
Summary of Exam-Relevant Defaults and Values
Minimum group size for Viva Insights: 10
Viva Topics discovery cycle: 30 days
Viva Connections: Included with most M365 licenses
Viva Learning add-on license: Required for each user
Viva Topics add-on license: Required for each user
Topic states: Suggested, Confirmed, Published, Removed
Roles: Insights Administrator, Learning Administrator, Topic Administrator, etc.
Enable Viva Connections in Teams
First, ensure you have a SharePoint home site set up. Go to SharePoint admin center > Settings > Home site. Select an existing communication site or create a new one. Then, in Teams admin center, go to Teams apps > Manage apps, search for 'Viva Connections', and ensure it is allowed. Optionally, create an app setup policy to pin Viva Connections for users. Users must have a Teams license. The Viva Connections app will appear as a tab in Teams. If it does not, check that the app is not blocked by global app permission policies.
Configure Viva Insights privacy settings
Navigate to the Viva Insights admin center (https://admin.insights.microsoft.com). Under Privacy, set the minimum group size for organizational insights. The default is 10. If you increase it, more data will be suppressed. Also, configure whether managers can see their team's data. You can delegate access to Insights Business Leaders. The data refresh cycle is daily. Note: Personal insights (e.g., focus time suggestions) are available to all licensed users without additional configuration.
Set up Viva Learning content sources
In Microsoft 365 admin center, go to Settings > Org settings > Viva Learning. Toggle 'Enable Viva Learning' on. Then, add content sources. For SharePoint, specify a document library URL. For third-party connectors, you need to obtain API credentials from the provider (e.g., LinkedIn Learning). Each connector may require a separate setup. Assign the Learning Administrator role to users who will manage content. Users must have a Viva Learning license to access the app.
Configure Viva Topics discovery
In Microsoft 365 admin center, go to Setup > Viva Topics. Select the SharePoint sites to include in topic discovery. You can choose all sites or specific ones. The discovery process runs every 30 days. After initial setup, you can manually trigger a discovery by changing a site inclusion setting. Assign topic permissions: Topic Administrators can manage all aspects; Topic Contributors can edit topic pages; Topic Viewers can view published topics. The topic center site is created automatically.
Assign Viva licenses to users
For paid Viva modules (Learning, Topics, Insights Premium), you must assign licenses to each user. In Microsoft 365 admin center, go to Billing > Licenses, select the Viva license product, and assign to users. Alternatively, use PowerShell: Set-MgUserLicense -UserId user@domain.com -AddLicenses @{SkuId = "VIVA_LEARNING_STANDARD"}. Verify that users have the required base M365 license. Without the base license, the Viva add-on will not work.
Enterprise Scenario 1: Global Company Deploying Viva Connections
A multinational corporation with 50,000 employees wants to improve internal communications. They deploy Viva Connections as their intranet in Teams. The admin sets up a SharePoint home site in the US, but regional offices in Europe and Asia want localized content. The solution: create multiple SharePoint communication sites for each region and use the Viva Connections dashboard to link to them. The admin must configure the feed to aggregate news from all regional sites. A common issue: the feed shows duplicate news if the same article is posted in multiple sites. To avoid this, the admin uses SharePoint news rollup web parts with unique IDs. Performance: Viva Connections is lightweight and does not require additional infrastructure. The main challenge is content governance—ensuring regional admins have permissions to manage their own news but not others.
Enterprise Scenario 2: Wellbeing Initiative with Viva Insights
A tech company wants to reduce burnout. They roll out Viva Insights Premium to analyze meeting culture. The admin enables advanced insights and sets up a 'meeting-free day' policy. However, the HR team wants to see data by department. The admin must configure the minimum group size to 10 to protect anonymity. A department with 8 people will not show data. The admin also assigns Insights Business Leader role to HR managers. One pitfall: managers can see individual data if they have the right permissions, which may violate privacy. The admin must carefully configure role-based access. The data refresh is daily, so changes to settings take up to 24 hours to reflect.
Enterprise Scenario 3: Learning and Development with Viva Learning
A retail chain uses Viva Learning to onboard new employees. They integrate LinkedIn Learning and internal training videos stored in SharePoint. The admin creates a learning path by curating content into a SharePoint folder. They assign the Learning Content Manager role to a training specialist. A problem: the SharePoint folder permissions are too restrictive, so users cannot see the content. The admin must ensure that the SharePoint folder is shared with 'Everyone except external users'. Additionally, third-party connectors (e.g., from Cornerstone) require API setup and may have usage limits. The admin monitors connector health via the admin center.
Common Misconfigurations
Forgetting to assign licenses: Users can see the Viva app but get a 'no license' error.
Incorrect SharePoint permissions: Viva Topics cannot crawl sites where the admin has no access.
Overlooking privacy: Viva Insights data can inadvertently expose individual behavior if minimum group size is too low.
Not updating topic center: If the topic center site is deleted, Viva Topics stops working.
What MS-102 Tests on Viva Administration
The MS-102 exam covers Viva under Objective 1.3 (Tenant Management). Questions focus on:
Licensing: Which modules require add-ons? (Viva Topics and Viva Learning are paid; Viva Connections is included; Viva Insights personal is included, advanced is paid)
Configuration steps: Setting up Viva Connections (SharePoint home site), Viva Insights (privacy settings), Viva Learning (content sources), Viva Topics (discovery scope)
Roles and permissions: Insights Administrator, Learning Administrator, Topic Administrator, etc.
Default values: Minimum group size (10), topic discovery cycle (30 days)
Common Wrong Answers
'Viva Connections requires an add-on license.' – Wrong; it is included with most M365 licenses.
'Viva Insights personal insights require a Premium license.' – Wrong; personal insights are included with E3/E5.
'Viva Topics can be set up without a SharePoint site.' – Wrong; it requires a topic center site.
'The minimum group size for Viva Insights is 5.' – Wrong; it is 10.
Candidates choose these wrong answers because they assume all Viva modules are paid, or they confuse personal vs. advanced insights. Also, they may not know the exact default values.
Specific Numbers and Terms on the Exam
Minimum group size: 10
Topic discovery cycle: 30 days
Topic states: Suggested, Confirmed, Published, Removed
Roles: Insights Administrator, Insights Business Leader, Learning Administrator, Learning Content Manager, Topic Administrator, Topic Contributor, Topic Viewer
SKUs: VIVA_LEARNING_STANDARD, VIVA_INSIGHTS_PREMIUM, VIVA_TOPICS_STANDARD
Edge Cases
If a SharePoint site is excluded from Viva Topics discovery, existing topics from that site are not removed immediately; they remain until the next discovery cycle.
Viva Insights organizational data is suppressed for groups smaller than the minimum group size, but individual data is still available to the user.
Viva Learning supports up to 10 content sources per tenant.
Viva Connections dashboard cards can be targeted to specific audiences using audience targeting in SharePoint.
How to Eliminate Wrong Answers
If a question mentions 'add-on license', check if the module is Viva Topics or Viva Learning; those require add-ons. Viva Connections and personal Insights do not.
If a question asks about 'minimum group size', the answer is 10 (not 5, 15, or 20).
If a question asks about 'topic discovery frequency', it is 30 days (not weekly, daily, or every 60 days).
If a question asks about 'role for managing learning content', it is Learning Administrator (not Learning Content Manager, which is for curating).
Viva Connections is included with most M365 licenses; no add-on required.
Viva Insights minimum group size for organizational data is 10 (default).
Viva Topics discovery cycle runs every 30 days.
Viva Learning and Viva Topics require per-user add-on licenses.
Viva Insights personal insights are included with E3/E5; advanced insights require Premium add-on.
Viva Topics topic states: Suggested, Confirmed, Published, Removed.
Viva Connections uses a SharePoint home site as its content source.
Viva Learning supports up to 10 content sources per tenant.
Viva Insights roles: Insights Administrator, Insights Business Leader.
Viva Topics roles: Topic Administrator, Topic Contributor, Topic Viewer.
These come up on the exam all the time. Here's how to tell them apart.
Viva Connections
Integrated into Microsoft Teams as a tab
Provides a dashboard with cards (News, Events, etc.)
Aggregates news from multiple SharePoint sites
Requires a SharePoint home site
Targeted audience via dashboard card settings
SharePoint News
Standalone web part on SharePoint pages
Only displays news articles, no dashboard cards
Shows news from a single site or rollup
Can be used without a home site
Audience targeting via SharePoint page permissions
Mistake
Viva Connections requires a separate license add-on.
Correct
Viva Connections is included with Microsoft 365 E1, E3, E5, Business Basic, Business Standard, and Business Premium. No additional license is needed.
Mistake
Viva Insights personal insights require the Premium add-on.
Correct
Personal insights (e.g., focus time suggestions, wellbeing briefings) are included with E3/E5 licenses. The Premium add-on is only for advanced insights like organizational analysis.
Mistake
Viva Topics can be configured without a SharePoint site.
Correct
Viva Topics requires a topic center site collection in SharePoint. This site is created automatically during setup and stores topic pages.
Mistake
Viva Learning is automatically enabled for all users with an E3 license.
Correct
Viva Learning requires an additional add-on license per user, even if the user has an E3 or E5 license. The app must also be enabled in the admin center.
Mistake
The minimum group size for Viva Insights organizational data is 5.
Correct
The default minimum group size is 10. This can be increased but not decreased below 10. Groups with fewer than 10 members have their data suppressed.
Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.
No, Viva Connections is included with Microsoft 365 E1, E3, E5, Business Basic, Business Standard, and Business Premium. You only need to enable it in the Teams admin center and set up a SharePoint home site. Users must have a Teams license, but that is typically part of the base M365 license.
The default minimum group size is 10. This setting prevents organizational insights from being displayed for groups with fewer than 10 people to protect individual privacy. You can increase this value in the Viva Insights admin center, but you cannot decrease it below 10.
After you configure Viva Topics, the discovery process runs every 30 days. It may take up to 30 days for initial topics to appear. You can manually trigger a re-discovery by adding or removing a SharePoint site from the discovery scope.
No, each user must have a Viva Learning add-on license to access the app. The base Microsoft 365 license does not include Viva Learning. You can assign licenses via the Microsoft 365 admin center or PowerShell.
The key roles are Insights Administrator (full control over settings) and Insights Business Leader (can view organizational insights but not change settings). Both roles are assigned via the Viva Insights admin center. Global administrators also have access.
Yes, you can create and customize the dashboard using SharePoint web parts on the home site. Add cards like News, Events, Quick links, and tasks. You can also use audience targeting to show different cards to different groups.
Viva Topics requires the topic center site to function. If you delete it, topic pages will be lost and the service will stop working. You would need to create a new topic center site and reconfigure Viva Topics.
You've just covered Microsoft Viva Administration — now see how well it sticks with free MS-102 practice questions. Full explanations included, no account needed.
Done with this chapter?