Microsoft.Graph PowerShell Module 1.12.3 released

Hi All,

A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module.

Apparently it covers the latest API version and some minor fixes.

Let’s check the installed Version and what’s available on the PowerShell Gallery

Get-InstalledModule Microsoft.Graph
Find-Module Microsoft.Graph

To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script. It takes a while until all Modules are installed. Wait until “Cleanup finished” is shown.

MSIdentityTools PowerShell Module v2.0.22 released

Hi All,

Just a few Hours ago, the Microsoft has released the Version 2.0.22 of the MSIdentityTools PowerShell Module.

According to the Pull requests only one Minor Update recarding ADFS was made

Check installed PowerShell Module Version and what is available in the PowerShell Gallery (Needs to run “As Administrator”)

Get-InstalledModule MSIdentityTools
Find-Module MSIdentityTools

Uninstall the Old PowerShell Module and install the newest one

Outlook for Windows - External Mails are marked better

Hi All,

It’s been a while since i activated External Mails in Exchange Online

Set-ExternalInOutlook -Enabled $true

I have not updated my Office Version since last week.

But when i restarted Outlook today a saw a new “External” Tag in the Message Overview.

Seems to be there was a Change on 10. September 2022

On the Message itself - it’s still the same Tip

In OWA nothing changed and it looks still the same

Outlook for Windows Signature cloud settings

Hi All,

Now it’s finally have come true: Signatures from Outlook for Windows and OWA are shared.

Let’s check the Signatures on my Outlook for Windows Client

You can have multiple Signatures in Outlook

And they are now available in Exchange Online OWA

Sadly Outlook Mobile does not support it. Or not yet - don’t know. But that would be much appreciated if signatures would be consistent across Clients.

Exchange Server Zero-Day - Emergency Mitigation Service applied URL Rewrite

Hi All,

On 29. September Microsoft reported Zero-Day Vulnerabilities in Exchange Server and published the Advisory below.

I was wondering if the Exchange Server Emergency Mitigation Service kicked in. But until FR Evening 30 September there was just the default Rule

*."C:\Program Files\Microsoft\Exchange Server\V15\scripts\Get-Mitigations.ps1"*

When i checked today, a new Rule has been deployed

Microsoft.Graph PowerShell Module 1.12.2 released

Hi All,

A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module.

Apparently it covers the latest API version and some minor fixes.

Let’s check the installed Version and what’s available on the PowerShell Gallery

Get-InstalledModule Microsoft.Graph
Find-Module Microsoft.Graph

To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script. It takes a while until all Modules are installed. Wait until “Cleanup finished” is shown.

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.22921.12000 released

Hi All,

A few hours ago, Microsoft has released a new Version of the SharePoint Online PowerShell Module.

Check what Module Version is installed and what’s available from the PowerShell Gallery

Get-InstalledModule Microsoft.Online.SharePoint.PowerShell
Find-Module Microsoft.Online.SharePoint.PowerShell

Uninstall the old Module and install the new Version

Uninstall-Module Microsoft.Online.SharePoint.PowerShell
Install-Module Microsoft.Online.SharePoint.PowerShell
Get-InstalledModule Microsoft.Online.SharePoint.PowerShell

Regards
Andres Bohren