MICROSOFT365

Disable Viva Insights Outlook Add-In

Disable Viva Insights Outlook Add-In

Hi All,

I’ve had a customer that wanted to disable the Viva Insights Outlook Add-In

I did check the M365 Admin Center > Settings > Org Settings > Microsoft Viva Insights > Everything was disabled

I’ve checked the M365 Admin Center > Settings > Integrated Apps

I’ve checked with PowerShell

Connect-ExchangeOnline -ShowBanner:$false
Get-VivaInsightsSettings -Identity a.bohren@icewolf.ch
Get-MyAnalyticsFeatureConfig -Identity a.bohren@icewolf.ch | fl

DefaultTenantMyAnalyiticsFeatureConfig

Get-DefaultTenantMyAnalyiticsFeatureConfig

Found the OrganizationApp with the Help of Microsoft

Microsoft.Graph PowerShell Modules 2.35.1 released

Microsoft.Graph PowerShell Modules 2.35.1 released

Hi All,

A a day ago, Microsoft has released the Version 2.35.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

No Release Notes have been published but you can review the Commit History

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta

WhiteboardAdmin 1.13.9 PowerShell Module released

WhiteboardAdmin 1.13.9 PowerShell Module released

Hi All,

Yesterday, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.

The Release Notes does not give a lot of insights

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource WhiteboardAdmin -Scope CurrentUser
Find-PSResource WhiteboardAdmin

Uninstalling the Modules with Uninstall-PSResource failed again.

Uninstall-PSResource WhiteboardAdmin -Scope CurrentUser

Microsoft.Graph PowerShell Modules 2.35.0 released

Microsoft.Graph PowerShell Modules 2.35.0 released

Hi All,

A a day ago, Microsoft has released the Version 2.35.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

No Release Notes have been published but you can review the Commit History

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta

Basic M365 Monitoring with PowerShell

Basic M365 Monitoring with PowerShell

Hi All,

I’ve written a simple Script for Monitoring the M365 Services via the Health und Communications API.

I think it’s a good start if you don’t have any other Monitoring Solution available. The cool thing is you can select the Services you’re interested in - usually not all Services are deployed at a customer. And you only get an Email for NEW or COSED Issues.

If you are familiar with PowerShell you will find it easy to adopt and maybe extend the Script to create a Incident in your Ticketing Plattform or create a Teams Message. Whatever fit’s your Company…

WhiteboardAdmin 1.13.8 PowerShell Module released

WhiteboardAdmin 1.13.8 PowerShell Module released

Hi All,

A few days ago, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.

The Release Notes does not give a lot of insights

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource WhiteboardAdmin -Scope CurrentUser
Find-PSResource WhiteboardAdmin

Uninstalling the Modules with Uninstall-PSResource failed again.

Microsoft MCP Server for Enterprise (Preview)

Microsoft MCP Server for Enterprise (Preview)

Hi All,

Over Christmas i’ve read about the “Microsoft MCP Server for Enterprise” that is currently in Preview

Setup

There is good Guidance on how to set it up here:

You will need to install the Microsoft.Entra.Beta PowerShell Module

Install-PSResource -Name Microsoft.Entra.Beta -Scope CurrentUser

Connect to Entra

Connect-Entra -Scopes 'Application.ReadWrite.All', 'Directory.Read.All', 'DelegatedPermissionGrant.ReadWrite.All'

Microsoft.Graph PowerShell Modules 2.34.0 released

Microsoft.Graph PowerShell Modules 2.34.0 released

Hi All,

A day ago, Microsoft has released the Version 2.34.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

No Release Notes have been published but you can review the Commit History

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta

Microsoft.Graph PowerShell Modules 2.33.0 released

Microsoft.Graph PowerShell Modules 2.33.0 released

Hi All,

A few Hors ago, Microsoft has released the Version 2.33.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.

No Release Notes have been published but you can review the Commit History

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser
Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser
Find-PSResource -Name Microsoft.Graph
Find-PSResource -Name Microsoft.Graph.Beta

The secrets of Exchange Distribution Group Manager

The secrets of Exchange Distribution Group Manager

Hi All,

I write this Article about Distribution Group Manager in Exchange Server for two reasons

  • First: I want to point out, how it’s represented in Exchange Server and actually stored in Active Directory
  • Second: I’ll explain why Exchange Online Users can’t manage Group Members in Outlook anymore

This is absolutly not anything new. Distribution Group Manager exists at least since Exchange Server 2010 or maybe even longer - honestly i don’t remember