Commands › Exchange Online

Get-DefaultTenantMyAnalyticsFeatureConfig

Exchange Online ExchangeOnlineManagement Get-*

2.0 or later. For more information, see About the Exchange Online PowerShell module. Use the Get-DefaultTenantMyAnalyticsFeatureConfig cmdlet to view the availability and status of Viva Insights features for the cloud-based organization: digest email, add-in, dashboard, meeting effectiveness survey, and schedule send suggestions.

Quick start script

# Get-DefaultTenantMyAnalyticsFeatureConfig — 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-DefaultTenantMyAnalyticsFeatureConfig | Format-List

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

Syntax

Get-DefaultTenantMyAnalyticsFeatureConfig [-ResultSize <Unlimited>] [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-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.