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)

ESXi670-202107001

Andres Bohren
Hi All, An Update for ESXi 6.70 has been released by VMware VMware ESXi 6.7, Patch Release ESXi670-202207001 https://docs.vmware.com/en/VMware-vSphere/6.7/rn/esxi670-202207001.html Product Patches https://customerconnect.vmware.com/patch I have uploaded the ZIP File to the ESXi Datastore I have only a Single ESXi Server. So i stop all VM's. Now the Patch can be installed esxcli software vib install -d /vmfs/volumes/datastore3/ISO/ESXi670-202207001.zip After the Reboot you can see the new Version Number ESXi 6.7.0 19997733 No VMware Tools update reqired

Jabra Direct Update (July 2022)

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

Security Update Node.js

Andres Bohren
Hi All, NodeJs Security Releases https://nodejs.org/en/blog/vulnerability/july-2022-security-releases/ I've checked what version i have installed npm version Tried to update via npm. Update npm first npm install -g npm stable now install node npm install -g node Doesn't seem to update to a newer version. I am not very familiar with node.js I ended up downlaoding the MSI from the download site https://nodejs.org/en/download/ I've installed the MSI Test again. I can see a never version of node

PowerToys v0.60.0 released

Andres Bohren
Hi All, PowerToys v0.60.0 has been released a few days ago. Check out the Release notes - so much changes https://github.com/microsoft/PowerToys/releases/tag/v0.60.0 Regards Andres Bohren

Safe Links Block list have been moved to Tenant Allow Block List (TABL)

Andres Bohren
Hi All, The M365 Defender for Office Safe Links Block list have been moved to Tenant Allow Block List (TABL) If you click on "Global Settings" https://security.microsoft.com/safelinksv2 you can see that the Block List have been Migrated Let's check the Tenant Allow/Block List https://security.microsoft.com/tenantAllowBlockList You can view the TenantAllowBlockList Items with the following Exchange command Get-TenantAllowBlockListItems https://docs.microsoft.com/en-us/powershell/module/exchange/get-tenantallowblocklistitems?view=exchange-ps Get-TenantAllowBlockListItems -ListType URL Get-TenantAllowBlockListItems -ListType URL | where {$_.Notes -match "Migrated"} I came across the "

Azure Active Directory Connect 2.1.15.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of Azure Active Directory Connect with a lot of Butfixes and some Functional changes. Azure AD Connect: Version release history https://docs.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history Microsoft Azure Active Directory Connect Download https://www.microsoft.com/en-us/download/details.aspx?id=47594 On the M365 Admin Center in the Health > Directory Sync Status you can find the new Version Number https://admin.microsoft.com/#/dirsyncmanagement Regards Andres Bohren

Report Teams Channels Emailaddresses with PowerShell

Andres Bohren
Hi All, A Teams Channel does not have an Emailaddress until you click on "Get Emailaddress" Note that this Emailaddress is the following Format <ID>.<tenant>.onmicrosoft.com@>region>.teams.ms You can also delete the Emailaddress from here. Note: If you remove and add a new Address it will get another ID You have to confirm the removal of the Teams Channel Emailaddress Can you read out the same with the MicrosoftTeams PowerShell. You can get the Channels but not the Emailaddress