Exchange Server October 2022 Security Updates released

Andres Bohren
Hi All, A few hours ago the Exchange Team released Security Updates for Exchange 2016 and 2019. NOTE: The October 2022 SUs do not contain fixes for the zero-day vulnerabilities reported publicly on September 29, 2022 (CVE-2022-41040 and CVE-2022-41082). Released: October 2022 Exchange Server Security Updates https://techcommunity.microsoft.com/t5/exchange-team-blog/released-october-2022-exchange-server-security-updates/ba-p/3646263 Description of the security update for Microsoft Exchange Server 2019 and 2016: October 11, 2022 (KB5019077) https://support.microsoft.com/en-us/topic/description-of-the-security-update-for-microsoft-exchange-server-2019-and-2016-october-11-2022-kb5019077-b5ae8793-5e5c-4faa-972d-9228945973e5 Security Update For Exchange Server 2016 CU23 (KB5019077)

Smart Meter shows Power usage

Andres Bohren
Hi All, Last week the local Power Company EWB has installed Smart Meters at my building. Smart Meter: Intelligente Messsysteme für eine nachhaltige Energiezukunft. https://ewb.ch/smartmeter I had to signup to the customerportal first, before the Smartmeter did collect the Data - or at least show it in the Portal EWB KUNDENPORTAL https://kundenportal.ewb.ch/ Now i can see my daily or hourly power consumption. This helps to see what actions did consume a lot of power (like cooking, Microwave etc).

MicrosoftTeams PowerShell Module 4.8.0 released as GA

Andres Bohren
Hi All, Just a few hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 4.8.0 to the PowerShell Gallery. MicrosoftTeams 4.8.0 https://www.powershellgallery.com/packages/MicrosoftTeams/4.8.0 Microsoft Teams PowerShell Release Notes https://learn.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes Check installed Module and what's available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams As i have two Modules installed i have to uninstall both and then install the current Version of the MicrosoftTeams PowerShell Module Uninstall-Module MicrosoftTeams Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Testing

Kuando Busylight Update October 2022

Andres Bohren
Hi All, This Week i received an Email with the announcement, that a new Version of Busylight is available. I'v downloaded the ZIP File for Microsoft Teams for Windows https://www.plenom.com/downloads/download-software/ Started the Installation This only tells me that the Software is already running and needs to be stopped in order to update the Software Info Dialog that shows the Version Regards Andres Bohren

Get-Mailprotection published to PowerShell Gallery

Andres Bohren
Hi All, My work as a Cloud Engineer is around M365 and Azure. As a Messaging Expert, i often use DNS to Query for diffrent Records like MX, SPF, DKIM, DMARC etc. A while ago, i startet to create a Script that checks all these Settings for a specific Domain. The Script has been published to my GitHub Repo. The Script checks diffrent DNS Records about a Domain - mostly about Mailsecurity Settings.

Outlook Rules Quota

Andres Bohren
Hi All, Recently i had the following Error Message in Outlook: DE Mindestens eine Regel kann nicht in Microsoft Exchange hochgeladen werden und wurde deaktiviert. Die Ursache sind möglicherweise nicht unterstützte Parameter oder mangelnder Speicherplatz. EN One or more rules couldn't be uploaded to Exchange server and have been deactivated. This could be because some of the parameters aren't supported or there's insufficient space to store all your rules. Let's have a look at the Mailbox and the Rules Quota - it's already set to the Maximum of 256 KB.

Git for Windows 2.38.0

Andres Bohren
Hi All, Just a few days ago, git 2.38.0 has been released. Git Downloads https://git-scm.com/download/win Highlights from Git 2.38 https://github.blog/2022-10-03-highlights-from-git-2-38/ Let's check the GIT Version before the Update git --version Let's check the GIT version after the update git --version Regards Andres Bohren

Microsoft.Graph PowerShell Module 1.12.3 released

Andres Bohren
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. Microsoft.Graph 1.12.2 https://www.powershellgallery.com/packages/Microsoft.Graph/1.12.3 Release Notes https://github.com/microsoftgraph/msgraph-sdk-powershell/releases 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.

MSIdentityTools PowerShell Module v2.0.22 released

Andres Bohren
Hi All, Just a few Hours ago, the Microsoft has released the Version 2.0.22 of the MSIdentityTools PowerShell Module. MSIdentityTools 2.0.22 https://www.powershellgallery.com/packages/MSIdentityTools/2.0.22 According to the Pull requests only one Minor Update recarding ADFS was made https://github.com/AzureAD/MSIdentityTools/pulls?q=is%3Apr+is%3Aclosed 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 Uninstall-Module MSIdentityTools -Force

PowerToys v0.63.0 released

Andres Bohren
Hi All, There is a new Version of Microsoft PowerToys available Microsoft PowerToys Release v0.63.0 https://github.com/microsoft/PowerToys/releases/tag/v0.63.0 This time i want to Highlight the Textextractor - its an OCR that analyzes the Text in a selected Area The text is copyed to the Clipboard Regards Andres Bohren