Commands › Exchange Online

Get-VivaInsightsSettings

Exchange Online ExchangeOnlineManagement Get-*

For more information, see About the Exchange Online PowerShell module. **Note**: 0.5 or later of the module. Use the Get-VivaInsightsSettings cmdlet to check whether a user has access to features in Microsoft Viva Insights in Microsoft Teams. Only users with provisioned Exchange Online mailboxes can access features within the Viva Insights app in Teams.

Quick start script

# Get-VivaInsightsSettings — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-ExchangeOnline -CertificateThumbprint $thumb -AppId $appId -Organization $org

# 2. Run and inspect
Get-VivaInsightsSettings -Identity <String> | Format-List

# 3. Export for evidence / drift tracking
Get-VivaInsightsSettings | Export-Clixml .\VivaInsightsSettings-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-VivaInsightsSettings -Identity <String>
 [-Feature <String>]
 [-ResultSize <Unlimited>]
 [<CommonParameters>]

Parameters (3)

ParameterTypeRequiredWhat it controls
-Identity String yes The Identity parameter specifies the user that you want to view. You identify the user by their User Principal Name (UPN) (for example, roy@contoso.onmicrosoft.com).
-Feature String The Feature parameter filters the results by the specified Microsoft Viva Insights feature. Valid values are:
-ResultSize Unlimited This parameter is reserved for internal Microsoft use.

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.