Commands › Exchange Online
Get-VivaInsightsSettings
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)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.