202301s

OnPrem Exchange Server Update Status visible in M365 Admin Center (Preview)

Andres Bohren
Hi All, The Exchange Server Update Dashboard in Microsoft 365 Admin Center was announced at MEC 2022 in September 2022. In my Tenant this is now available in Preview. As you can see all my OnPrem Exchange Servers are in a supported state And also the Exchange Server have the latest Cumulative Update and Security Update installed Hope this helps to keep your Hybrid Exchange Infrastructure up to date. Regards

Exchange Online custom RBAC Role with App Authentication (OAuth2)

Andres Bohren
Hi All, I’ve already blogged about Exchange Online PowerShell V2 and Modern Auth with Application in AzureAD (Step-by-step) Azure AD Application Registration Permission: Office 365 Exchange Online > Exchange.ManageAsApp Add AAD App to Azure AD Role “Exchange Administrator” or “Exchange Recipient Administrator” In this Article it’s about custom RBAC Roles and Application Authentication Azure AD Application Registration Permission: Office 365 Exchange Online > Exchange.ManageAsApp Create a Exchange Online Service Principal for the Azure AD App

Git for Windows 2.39.1

Andres Bohren
Hi All, There exists a Security vulnerability in Git and you should update to Git Version 2.39.1 Git Downloads Git security vulnerabilities announced Let’s check the GIT Version before the Update git --version Now run the update Let’s check the GIT version after the update git --version Regards Andres Bohren

Azure PowerShell Module Az 9.3.0 released

Andres Bohren
Hi All, Somehow i missed, that the AZ PowerShell Module 9.3.0 has already been released a Week ago. Az 9.3.0 Azure PowerShell release notes Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ To uninstall all the old Modules and install the new Modules i have written a PowerShell Script that is published at my GitHub Repo. #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.

Reassign Sway from a permanently deleted User

Andres Bohren
Hi All, There is an update of the PowerShell to reassign from deleted Users. Requirements: You need to be Global Administrator You need the ID of the Sway to Transfer max 30 Days after the user has permanently deleted from Azure Active Directory Reassign Sways from a deleted user account - Admin Help PowerShell Cmdlet for Reassigning Sways After you have downloadet the Zip you need to extract it. It contains four folders with DLL’s

Microsoft.Graph PowerShell Module 1.20.0 released

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released Microsoft.Graph PowerShell Module 1.20.0. Microsoft.Graph 1.20.0 Release Notes 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.33 released

Andres Bohren
Hi All, Microsoft has released another Version of theyr MSIdentityTools PowerShell Module to the Powershell Gallery. MSIdentityTools 2.0.33 Check what Version of the Module is installed and what’s available in the PowerShell Gallery Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old version of the PowerShell Module and install the newest one Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools To see what commands are available use the following command Get-Command -Module MSIdentityTools Regards

OnePlus 9 OxygenOS 13 and Android security patch 2022.11

Andres Bohren
Hi All, Yesterday i have received an update for my OnePlu 9 Android Smartphone. In includes an Upgrade from Android 12 to Android 13 and the Android 2022.11 Security Updates. OxygenOS 13 MP2 for the OnePlus 9/9 Pro After the Installation and Reboot it looks like this Regards Andres Bohren

Exchange Online legacy TLS Endpoints for POP3 IMAP and SMTP

Andres Bohren
Hi All, New opt-in endpoint for POP3/IMAP4 clients that need legacy TLS Exchange Online ended support for TLS1.0 and TLS1.1 in October 2020. This year, we plan to disable these older TLS versions for POP3/IMAP4 clients to secure our customers and meet compliance requirements. However, we know that there is still significant usage of POP3/IMAP4 clients that don�t support TLS 1.2, so we�ve created an opt-in endpoint for these clients so they can use TLS1.

ExchangeOnlineManagement 3.1.0 released as GA

Andres Bohren
Hi All, Just a few hours ago, Microsoft has released the ExchangeOnlineManagement PowerShell Module 3.1.0 as GA. ExchangeOnlineManagement 3.1.0 What is new in v3.1.0 : Support for providing an Access Token with Connect-ExchangeOnline. Bug fixes in Connect-ExchangeOnline and Get-ConnectionInformation. Bug fix in Connect-IPPSSession for connecting to Security and Compliance PowerShell using Certificate Thumbprint. Check what Version is installed and what’s available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement Find-Module ExchangeOnlineManagement Uninstall the old Module and install the GA Module