202402s

Entra Connect Sync 2.3.6 released

Entra Connect Sync 2.3.6 released

Andres Bohren
Hi All, Somehow i did miss, that there was an Update for Entra Connect Sync (Azure Active Directory Connect) mid December. It’s for download only, so no Automatic Update. Microsoft Entra Connect: Version release history Microsoft Entra Connect: Automatic upgrade https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-install-automatic-upgrade Start the event viewer and look in the Application eventlog. Add an eventlog filter for the source Microsoft Entra Connect Upgrade and the event ID range 300-399. It’s still a bit a mess with the Product Names.
Git for Windows 2.44.0

Git for Windows 2.44.0

Andres Bohren
Hi All, Two days ago, git 2.44 has been released. Read the Blog post here: Highlights from Git 2.44 Git 2.44 Release Notes Let’s have a look at the installed version git -v to update use the command below (cmd must be started “As Administrator”) git update-git-for-windows This will download and start the update installer Let’s check the git version after the update git -v You can also download it here: https://git-scm.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24614.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24614.12000 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24614.12000 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers List the Commands of the Module
Microsoft Entra Verified ID

Microsoft Entra Verified ID

Andres Bohren
Hi All, I was curious and enabled Entra Verified ID. MS Learn Introduction to Microsoft Entra Verified ID In the Entra Admin Center i clicked on Verified ID > Get started > Get started Now you need to select one of the custom Domains from Entra ID It takes a few minutes to set up everything I wante to limit who can get a verified and jumped to step 3
Microsoft.Graph PowerShell Modules 2.15.0 released

Microsoft.Graph PowerShell Modules 2.15.0 released

Andres Bohren
Hi All, Today Microsoft has released the Version 2.15.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.15.0 PowerShell Gallery Microsoft.Graph.Beta 2.15.0 Release Notes [v2] Weekly OpenApiDocs Refresh [v2] Examples Update Adds an optional -RHV parameter that will assign response headers to a variable (Value provided to the optional RHV parameter) I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery
MicrosoftTeams PowerShell Module 6.0.0 released as GA

MicrosoftTeams PowerShell Module 6.0.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.0.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 6.0.0 Read more details in the Release Notes. I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Some basic testing
throttling and blocking of out-of-date on-premises Exchange Servers

throttling and blocking of out-of-date on-premises Exchange Servers

Andres Bohren
Hi All, Microsoft has published several Blog Articles on the Exchange Team Blog, that they will throttle then block old and unpatched on-premises Exchange Servers. Throttling and Blocking Email from Persistently Vulnerable Exchange Servers to Exchange Online Update on Transport Enforcement System in Exchange Online How to pause throttling and blocking of out-of-date on-premises Exchange Servers Timeline They started in Summer 2023 with Exchange 2007. Now in February 2024 they start to block Exchange 2013 - Extended Support ended on 11 April 2023
Microsoft.Graph PowerShell Modules 2.14.1 released

Microsoft.Graph PowerShell Modules 2.14.1 released

Andres Bohren
Hi All, Today Microsoft has released the Version 2.14.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules. It resolves the issue with the additional ResponseHeaders, that caused many Problems in 2.13.1 and 2.14.0. PowerShell Gallery Microsoft.Graph 2.14.1 PowerShell Gallery Microsoft.Graph.Beta 2.14.1 Release Notes Removes second response header object as reported I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.
Enable DKIM in Exchange Online (updated)

Enable DKIM in Exchange Online (updated)

Andres Bohren
Hi All, A few years ago, i have already written an Article how to Enable DKIM in Exchange Online. Enable DKIM in Office 365 Things change over time and so does the Exchange Admin Center. Enabling DKIM has moved to the Microsoft Defender Admin Portal. Here are some older Articles regarding DKIM SPF / DKIM / DMARC DKIM with Exchange To enable DKIM in Exchange Online you have to go to the Microsoft Defender Admin Portal and select > Policies & rules > Threat Policies > Email authentication settings
Microsoft.Graph PowerShell Modules 2.14.0 released

Microsoft.Graph PowerShell Modules 2.14.0 released

Andres Bohren
Hi All, Today Microsoft has released the Version 2.14.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.14.0 PowerShell Gallery Microsoft.Graph.Beta 2.14.0 Release Notes [v2] Weekly OpenApiDocs Refresh [v2] Examples Update in #2590 Changing policy scope type in preapproval cmdlets I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.Graph.Beta -Scope AllUsers Find-PSResource Microsoft.