Microsoft Teams Fluid Components

Andres Bohren
Hi All, I've only worked a few Times with Loop Components in Teams so far. Just a few things that are good to know: Loop Components are saved on OneDrive (with all the Hassle of one User leaving the Company) Loop Components can only used be on Chat (Channels not supportet so far) There are some Limitations to Loop Components with Compliance Search (no viewer so far) Overview of Loop components in Teams

Exchange Online: How to fix the "Get-Place" Error

Andres Bohren
Hi All, Since a few weeks i had a strange behavior with the "Get-Place" command. I knew it has worked before. I did get an Error only on a newly created CloudOnly Mailbox it worked. Get-Mailbox -RecipientTypeDetails RoomMailbox Get-Mailbox -RecipientTypeDetails RoomMailbox | Get-Place With the ExchangeOnlineManagement 2.0.6 Preview6 Module it worked perfectly fine I did open a Microsoft Case and the support guided me to Microsoft Graph GET https://graph.microsoft.com/v1.0/places/microsoft.graph.room To get a specific Mailbox use this URL GET https://graph.

Jabra Direct Update (June 2022)

Andres Bohren
Hi All, Jabra has released the June 2022 Version of theyr Jabra Direct Software (Version 6.1.13901). Release Notes https://www.jabraheadsets.ch/support/release-notes/release-note-jabra-direct Regards Andres

MicrosoftTeams PowerShell Module 4.4.1 released as GA

Andres Bohren
Hi All, A few hours ago Microsoft has released the MicrosoftTeams PowerShell Module 4.4.1 to GA. MicrosoftTeams 4.4.1 https://www.powershellgallery.com/packages/MicrosoftTeams/4.4.1 With the Commands below you can search and install the Module from the PowerShell Gallery. I used the -Force Parameter to have diffrent Modules installed side-by-side. Find-Module MicrosoftTeams Install-Module MicrosoftTeams -Force Connect-MicrosoftTeams Get-Module The usual Testing Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards Andres Bohren

Recipient Management without Exchange Server behind the Scenes

Andres Bohren
Hi All, I was digging a little bit deeper into the Recipient Management without Exchange Server. I've already blogged about it how to install the Managment Tools only fo install the Recipient Management PowerShell Install and use Exchange 2019 CU12 Recipient Management PowerShell https://blog.icewolf.ch/archive/2022/04/27/install-and-use-exchange-2019-cu12-recipient-management-powershell.aspx Add-PSSnapin *RecipientManagement Get-PSSnapin As you can see on the Server the Exchange Server 2019 CU12 is installed (Management Tools only) I found the References of the PowerShell Snapins in the Registry here: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapins

Analyze Azure Active Directory Sign-in Location

Andres Bohren
Hi All, Azure Active Directory Sign-in Logs is really helpful, when analyzing Sign-in Problems. But it also can be very helpful, when analyzing the overall Sign-ins or looking out for strange behavior. One of the Tips would be th Filter for Location and use the CountryCode and Status of Sucess I have set up Azure Active Directory Diagnostics to save the Sign-In Logs to a LogAnalytics Workspace. Here you can Query the Logs with KQL.

Exchange Online Reply-all storm Protection

Andres Bohren
Hi All, A Month ago, Microsoft annouced in the Exchange Team Blog, the New Reply-all Storm Protection Report, Settings UI and new Mail flow Alert Policies. New Reply-all Storm Protection Report, Settings UI, and Alert Policy https://techcommunity.microsoft.com/t5/exchange-team-blog/new-reply-all-storm-protection-report-settings-ui-and-alert/ba-p/3292465 In the new Exchange Admin Center https://admin.exchange.microsoft.com you can find the Reply-all Storm Settings unter Settings > Mail flow These Settings can also be configured by PowerShell. Keep in Mind, that the Minimum Recipients must be between 1000 and 5000.

PowerShell 7 and PnP.PowerShell on Linux

Andres Bohren
Hi All, Recently i had a customer who wanted to upload a File on SharePoint. I've done something similar with PowerShell on Windows and Azure Automation. Upload file to SharePoint Online with PnP.PowerShell https://blog.icewolf.ch/archive/2022/01/23/upload-file-to-sharepoint-online-with-pnp-powershell.aspx Install PowerShell on Linux https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.2 As i have a CentOS8 available i did test that. There is a specific Docs from Microsoft that explains how to Install PowerShell on CentOS Installing PowerShell on CentOS https://docs.microsoft.com/en-us/powershell/scripting/install/install-centos?view=powershell-7.2 cat /etc/centos-release rpm -i https://github.

Tested ExchangeOnlineManagement Preview 6 PowerShell Module

Andres Bohren
Hi All, I've tried out the ExchangeOnlineManagement Preview6 PowerShell Module ExchangeOnlineManagement 2.0.6-Preview6 https://www.powershellgallery.com/packages/ExchangeOnlineManagement/2.0.6-Preview6 Get-InstalledModule ExchangeOnlineManagement Find-Module ExchangeOnlineManagement Installing the Module Side by Side Install-Module ExchangeOnlineManagement -AllowPrerelease -Force Connect-ExchangeOnline As you can see, there is no PS Session Get-PSSession Get-Mailbox -Identity a.bohren@icewolf.ch | fl Name Get-EXOMailbox -Identity a.bohren@icewolf.ch | fl Name If you check the Commands it seems pretty complete Get-Module Get-Command -Module ExchangeOnlineManagement | measure Get-Command -Module tmpEXO* | measure

VMware Tools for Windows 12.0.5

Andres Bohren
Hi All, VMware Released a Security Advisory regarding VMware Tools (CVE-2022-22977) VMSA-2022-0015 https://www.vmware.com/security/advisories/VMSA-2022-0015.html In order to fix it you have to install VMware Tools for Windows 12.0.5 After you have downloaded the new Version of the VMware Tools you can eighter upload the ISO to VMware ESX and assign it to the DVD Drive or open the ISO directly on the Windows Machine. Regards Andres Bohren