202210s

Citrix Workspace App for Windows 2210

Andres Bohren
Hi All, Citrix has released the Citrix Workspace App for Windows 2210 in early October. Citrix Workspace app 2210 for Windows https://www.citrix.com/de-de/downloads/workspace-app/windows/workspace-app-for-windows-latest.html What’s new https://docs.citrix.com/en-us/citrix-workspace-app-for-windows/about.html It's a little weird. In earlyer Versions this screen showed the Informations about the Update. Seems this has changed. Anyway the Update was sucessful. Regards Andres Bohren

Windows 11 22H2 disable weather and news Widget in Taskbar

Andres Bohren
Hi All, I have recently updated to Windows 11 22H2. In the Taskbar there is the Weather and News Widget i don't use. Here is how to disable it. Right click somewhere on your Taskbar and select "Taskbar settings" from the Contextmenu. Disable "Widgets" - that's all It's gone now 😊 Regards Andres Bohren

Message Recall Improvement in Exchange Online

Andres Bohren
Hi All, The Message Recall Feature is based on Outlook Client. Now with millions of Mailboxes in Exchange Online some parts of the Feature can now deployed directly on the Mailbox in Exchange Online. Message Recall in Exchange Online https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=Message%2CRecall Check what's currently set Get-OrganizationConfig | fl RecallReadMessagesEnabled Enable Recall Message on the Server side Set-OrganizationConfig -RecallReadMessagesEnabled $true Get-OrganizationConfig | fl RecallReadMessagesEnabled EAC > Settings > Mail Flow > Message Recall > Allow users to recall messages read by the recipient

Microsoft.Graph PowerShell Module 1.13.0 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 fixe Microsoft.Graph 1.13.0 https://www.powershellgallery.com/packages/Microsoft.Graph/1.13.0 1.13.0 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.

Azure PowerShell Module Az 9.0.0 released

Andres Bohren
Hi All, Today Microsoft has released AZ PowerShell Module 9.0.0. Az 9.0.0 https://www.powershellgallery.com/packages/AZ/9.0.0 Migration Guide for Az 9.0.0 https://learn.microsoft.com/en-us/powershell/azure/migrate-az-9.0.0?view=azps-8.3.0 Show Installed AZ Module and what's available in the PowerShell Gallery Get-InstalledModule AZ -AllVersions Find-Module AZ AZ is just a Wrapper Module that contains a lot of other Modules Get-InstalledModule 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.

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.