Microsoft Outlook Lite on Android (Early Access)

Andres Bohren
Hi All, On beginning of August, Microsoft has announced the Microsoft Outlook Lite Version on Android. Microsoft Outlook Introduces Lite Version of Android App They say the App is: Small Fast Low battery usage Works on all Networks incl. 2G / 3G It’s unclear what Options are not supported or what’s the downside of using this app. Microsoft Outlook Lite - Google Play Regards Andres Bohren

Jabra Direct Update (August 2022)

Andres Bohren
Hi All, A few Days ago Jabra has released theyr August Version of Jabra Direct Versionshinweise für Jabra Direct Regards Andres Bohren

Microsoft.Graph PowerShell Module 1.11.1 released

Andres Bohren
Hi All, Yesterday, Microsoft has released a new Version of theyr PowerShell Modules for Microsoft.Graph PowerShell Gallery Microsoft.Graph 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 #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub\_PowerShellScripts/main/ExchangeOnline/GraphAPI/Cleanup-GraphModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) Let’s check Get-InstalledModule Microsoft.

VMware Tools update 12.1.0 to fix CVE-2022-31676

Andres Bohren
Hi All, VMware has released a Security Advisory to address the CVE-2022-31676. You need to upgrade to VMware Tools 12.1.0 to fix the Issue. VMSA-2022-0024.html VMware Tools 12.1.0 Download After you have downloaded the ZIP file mount the vmwaretools.iso and run the Setup64.exe (or setup.exe on x86 Processors) On my Server i had to restart and relaunch the Setup Looks good after the Reboot and again launched setup64.exe Let’s check in VCSA

Citrix Workspace App for Windows 2207

Andres Bohren
Hi All, With Citrix Workspace for Windows 2206, citrix had released the improved Auto-Update. Citrix - What’s new This Morning i saw the Message, that Citrix Client has been upgraded And i’ve checked the Version. Right, 2207 is now installed. Nice. You can also grab it from here Citrix Workspace app for Windows Regards Andres Bohren

MicrosoftTeams PowerShell Module 4.6.1 released as Preview

Andres Bohren
Hi All, MicrosoftTeams 4.6.1-preview Show installed Module and what is available on PowerShell Gallery Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams -AllowPrerelease Install the Preview with the Force Parameter Install-Module MicrosoftTeams -AllowPrerelease -Force Get-InstalledModule MicrosoftTeams Get-InstalledModule MicrosoftTeams -AllVersions Import-Module Get-Module Testing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl \*Ent\*,\*host\*,\*voice\*, \*line\* Regards Andres Bohren

PowerShell v7.2.6 released

Andres Bohren
Hi All, This Morning i have seen, that the PowerShell 7 has a new Update. Seems that it has been released yesterday. GitHub PowerShell v7.2.6 Release of PowerShell Regards Andres Bohren

Exchange Server Support for Windows Extended Protection

Andres Bohren
Hi All, With the August 2022 Updates for ExchangeServer 2013/2016/2019 there is a new Feature called Windows Server Extended Protection. This will help against authentication relay or “man in the middle” (MitM) attacks. Exchange Server Support for Windows Extended Protection Restrictions does not work with hybrid servers using Modern Hybrid configuration SSL Offloading scenarios are not supported Automated Archiving with Archive Policy is not suported TLS configuration must be consistent across all Exchange servers Access to Public Folders on Exchange 2013 not supported The newest version of HealthChecker.

Exchange Server 2013/2016/2019 Security Updates August 2022

Andres Bohren
Hi All, On the Microsoft Patchday, Microsoft has released Exchange 2013, Exchange 2016 and Exchange 2019 Security Updates. Released: August 2022 Exchange Server Security Updates Description of the security update for Microsoft Exchange Server 2019 and 2016: August 9, 2022 (KB5015322) Security Update For Exchange Server 2016 CU23 (KB5015322) Regards Andres Bohren

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.22713.12000 released

Andres Bohren
Hi All, A few Hours ago, Microsoft has released a new Version of the Microsoft.Online.SharePoint.PowerShell PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.22713.12000 Check the installed Version and what is available on PowerShell Gallery Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old PowerShell Module and install the new one Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com List the SharePoint Online tenant settings Get-SPOTenant | fl Regards Andres Bohren