202207s

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)

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