Microsoft Lists available for Android

Andres Bohren
Hi All, Finally Microsoft Lists is also available for Android. Microsoft Lists - Google Play Store https://play.google.com/store/apps/details?id=com.microsoft.lists.public Regards Andres Bohren

MicrosoftTeams PowerShell Module 4.3.0 released

Andres Bohren
Hi All, Yesterday Microsoft released Microsoft Teams PowerShell Module 4.3.0 GA in PowerShell Gallery. Seems to be mostly fixes. MicrosoftTeams 4.3.0 https://www.powershellgallery.com/packages/MicrosoftTeams/4.3.0 Find-Module MicrosoftTeams Install-Module MicrosoftTeams -Force Check if the newest Module has been imported Import-Module Get-Module Testing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards Andres Bohren

Install Putty from Microsoft Store

Andres Bohren
Hi All, Did you know that you can install Putty from the Microsoft Store? But watch out for some "fakes" or other 3rd Partys that try to use well known Programs or App Names. Regards Andres Bohren

Jabra Direct Update (April 2022)

Andres Bohren
Hi All, Jabra has released the January 2022 Version of theyr Jabra Direct Software (Version 5.13.11201) The details can be found in the release notes https://www.jabraheadsets.ch/support/release-notes/release-note-jabra-direct Regards Andres Bohren

Azure PowerShell Module Az 7.5.0 released

Andres Bohren
Hi All, Yesterday the AZ PowerShell Module 7.5.0 has been released AZ PowerShell Module 7.5.0 https://www.powershellgallery.com/packages/az/7.5.0 I have used my Cleanup-AZModules.psy from my GitHub Repo to update the Modules https://github.com/BohrenAn/GitHub_PowerShellScripts/blob/main/Azure/Cleanup-AZModules.ps1 Get-InstalledModule AZ Get-InstalledModule AZ.* Regards Andres Bohren

Install and use Exchange 2019 CU12 Recipient Management PowerShell

Andres Bohren
Hi All, With the recent Release of Exchange Server 2019 CU12 Microsoft Announced the Exchange Recipient Management without Exchange Server. Manage recipients in Exchange Hybrid environments using Management tools https://docs.microsoft.com/en-us/Exchange/manage-hybrid-exchange-recipients-with-management-tools In my LAB Environement i've removed Exchange a while ago. Now i will install only the Management Tools to see how we can manage Exchange Recipients Cumulative Update 12 for Exchange Server 2019 (KB5011156) https://www.microsoft.com/en-us/download/details.aspx?id=104131 It should be clear, but you can't install the Management Tools on a Server where already another Version of Exchange is installed

PowerShell 7.2.3 released

Andres Bohren
Hi All, Yesterday a new Version of PowerShell 7 has been released by Microsoft. v7.2.3 Release of PowerShell https://github.com/PowerShell/PowerShell/releases/tag/v7.2.3 Regards Andres Bohren

Exchange 2016/2019 2022 H1 Cumulative Updates released

Andres Bohren
Hi All, Apart from the Exchange 2016/2019 Cumulative Update there have been some major Changes annouced today on the Exchange Team Blog Servicing Model changes from Quarterly Updates to Semi-anual (target March and September) Exchange 2019 CU12 Microsoft introduces a Free Exchange License for the Exchange Server Exchange 2019 CU12 supports now a MFA enabled Acccount for Hybrid Management PowerShell (Get-HybridAgent, UpdateHybridApplication, Get-HybridApplication, Remove-HybridApplication) Exchange 2019 CU12 supports now Windows Server 2022 OS The latest Exchange CU Supports now Windows Server 2022 Active Directory

Exchange HealthChecker

Andres Bohren
Hi All, Do you know the Exchange Server HealthChecker Script from the Microsoft Exchange CSS Team? It's recommended to run after you Install Exchange Server or after a Security or Cumulative Update. Exchange Server HealthChecker https://microsoft.github.io/CSS-Exchange/Diagnostics/HealthChecker/ I've downloaded the Script already. If you run the Script it will check for a new Version. As you can see the Script was updated, but you have to restart the Exchange Management Shell. .

MSIdentityTools PowerShell Module v2.0.10 released

Andres Bohren
Hi All, Today Microsoft has released a new Version of the MSIdentityTools PowerShell Module MSIdentityTools 2.0.10 https://www.powershellgallery.com/packages/MSIdentityTools/2.0.10 Find-Module MSIdentityTools If you have already installed a Version of the PowerShell Module Uninstall-Module MSIdentityTools Install the PowerShell Module Install-Module MSIdentityTools Get-Command -Module MSIdentityTools Get-MsIdAzureIpRange | measure Connect-MgGraph Resolve-MsIdTenant -TenantValue icewolfch.onmicrosoft.com Regards Andres Bohren