PowerToys v0.61.1 released

Andres Bohren
Hi All, Microsoft has released PowerToys v0.61.0 respectivly v0.61.1. PowerToys Release Notes https://github.com/microsoft/PowerToys/releases Regards Andres Bohren

Blocking *.bin Files in EOP can cause block of Office Documents

Andres Bohren
Hi All, I just want to write a short Blog Article about Exhange Online Protection (EOP) Malware Filter regarding the *.bin Attachments. Just be aware, that when Adding Linked or Embedded Objects in Office Documents (like PowerPoint), the Objects are added as *.bin Objects and might be catched by the Malware Filter. Import content from other applications into PowerPoint https://support.microsoft.com/en-us/office/import-content-from-other-applications-into-powerpoint-8165a079-e639-4278-81be-8b3ee94f81fb If you rename the *.pptx or add *.zip at the end you can open in with Windows Explorer or any other ZIP Tool.

M365 Apps health in M365 Apps admin center

Andres Bohren
Hi All, I've tried out M365 Apps health Microsoft 365 Apps health https://docs.microsoft.com/en-us/deployoffice/admincenter/microsoft-365-apps-health You have to go to the M365 Apps Admin Center https://config.office.com/ I've gone through the "Get started" Wizard Selected a Group with my Office Devices I've had to change the Office Channel to "MontlyEnterprise" to get some data cd C:\Program Files\Common Files\microsoft shared\ClickToRun OfficeC2RClient.exe /changesetting Channel=MonthlyEnterprise OfficeC2RClient.exe /update user After the Change i had to wait for several Hours

MSIdentityTools PowerShell Module v2.0.17 released

Andres Bohren
Hi All, Yesterday, Microsoft has released a new Version of theyr MSIdentityTools PowerShell Module. MSIdentityTools 2.0.17 https://www.powershellgallery.com/packages/MSIdentityTools/2.0.17 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 new one Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools List Commands of the Module Get-Command -Module MSIdentityTools Let's try out the following Command "Get-MsIdServicePrincipalIdByAppId" Connect-MgGraph -Scopes Application.

MicrosoftTeams PowerShell Module 4.6.0 released as GA

Andres Bohren
Hi All, Yesterday Microsoft hast release the MicrosoftTeams PowerShell Module 4.6.0 as GA (Generally Available) in the PowerShell Gallery. MicrosoftTeams 4.6.0 https://www.powershellgallery.com/packages/MicrosoftTeams/4.6.0 Release Notes https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes Find the PowerShell Module in the PowerShell Gallery and install it Find-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Testing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards Andres Bohren

New SelfServicePurchase Products popping up

Andres Bohren
Hi All, I've seen that there are some new SelfServicePurchase Services are published. In the following Blog Article i show you how to disable them. Import-Module -Name MSCommerce Connect-MSCommerce Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Let's disable the two SelfServicePurchases Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0LHVK -Enabled $False Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0LHWM -Enabled $False When we check now, all the SelfServicePurchases are disabled Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Regards Andres Bohren

MSIdentityTools PowerShell Module v2.0.15 released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of the MSIdentityTools PowerShell Module. MSIdentityTools 2.0.15 https://www.powershellgallery.com/packages/msidentityTools/2.0.15 Check the Installed Version and what is available in the PowerShell Gallery Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old Version of the Module and install the new Version of the Module Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools List the Commands of the Module Get-Command -Module MSIdentityTools Seeing this i experimented with the Get-MsIdO365Endpoints Command to get the List of the Exchange Online IPs

OnePlus 9 Android security patch 2022.05

Andres Bohren
Hi All, Last Week i've received an update for my OnePlus 9 Android Smartphone. It updates the Android Patchlevel to 2022.05. Regards Andres Bohren

Exchange Online Cross-tenant mailbox migration (preview)

Andres Bohren
Hi All, There is a Preview for M365 Tenant to Tenant Migration of Exchange Mailboxes. I've tested this in my Lab. Took me several Days to complete the Migration or until i understand everything correctly and had everything fixed. Cross-tenant mailbox migration (preview) https://docs.microsoft.com/en-us/microsoft-365/enterprise/cross-tenant-mailbox-migration?view=o365-worldwide I've created this Overview to explain it a bit more. Here are all prerequisits to create a Tenant to Tenant (aka Cross-tenant) Mailbox Migration. Target Tenant Azure AD Application Create a new Azure AD App registration

Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) 2.1 released

Andres Bohren
Hi All, A few hours ago a new Version of the Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) Module has been released. ORCA 2.1 https://www.powershellgallery.com/packages/ORCA/2.1 To check the installed Module and what's available on PowerShell Gallery use the commands below Get-InstalledModule ORCA Find-Module ORCA Uninstall the old and install the new PowerShell Module Uninstall-Module ORCA Install-Module ORCA Get-InstalledModule ORCA I connect to Exchange Online (with -UseRPSSession Parameter, because i have already installed the Preview of the Module)