ExchangeOnlineManagement 3.5.0 - Preview2

Hi All,
A few days ago, Microsoft has released the ExchangeOnlineManagement 3.5.0-Preview2 PowerShell Module.
- PowerShell Gallery ExchangeOnlineManagement 3.5.0-Preview2


News:
- Since 3.4.1-Preview1 there are two new Dependencies
- Some new or updated Commands around Viva Commands
Wondering why PowerShellGet is required with Version 1.0.0.1 and not the current Version 2.2.5


I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource ExchangeOnlineManagement -Scope CurrentUser
Find-PSResource ExchangeOnlineManagement -Prerelease


Install Preview Version
Install-PSResource ExchangeOnlineManagement -Prerelease -Scope CurrentUser


Loed the Module and make sure it’s the Version 3.5.0
Import-Module ExchangeOnlineManagement
Get-Module


Connect with Exchange Online
Connect-ExchangeOnline


Could not find the new Command from the Release Notes
Get-VivaFeatureCategory


List the Viva Commands
Get-Command *viva* -Module ExchangeOnlineManagement


Get-VivaInsightsSettings
Get-VivaInsightsSettings -Identity a.bohren@icewolf.ch


Get-VivaModuleFeature
Get-VivaModuleFeature -ModuleId VivaInsights | ft
Get-VivaModuleFeature -ModuleId VivaInsights -FeatureId Reflection


Get-VivaModuleFeatureEnablement
Get-VivaModuleFeatureEnablement -ModuleId VivaInsights -FeatureId Reflection -Identity a.bohren@icewolf.ch
Get-VivaModuleFeatureEnablement -ModuleId VivaInsights -FeatureId DigestWelcomeEmail -Identity a.bohren@icewolf.ch


Get-VivaModuleFeaturePolicy
Get-VivaModuleFeaturePolicy -ModuleId VivaInsights -FeatureId Reflection
Get-VivaModuleFeaturePolicy -ModuleId VivaInsights -FeatureId CopilotDashboard
Get-VivaModuleFeaturePolicy -ModuleId VivaInsights -FeatureId DigestWelcomeEmail
Get-VivaModuleFeaturePolicy -ModuleId VivaInsights -FeatureId AutoCxoIdentification
Get-VivaModuleFeaturePolicy -ModuleId VivaInsights -FeatureId MeetingCostAndQuality


I am still wondering if the Commands for VIVA are on the right place inside the ExchangeOnlineManagement PowerShell Module. What do you think?
Regards
Andres Bohren

Exchange Logo


PowerShell Logo
