MSIdentityTools PowerShell Module v2.0.17 released

Hi All,

Yesterday, Microsoft has released a new Version of theyr MSIdentityTools PowerShell Module.

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”

MicrosoftTeams PowerShell Module 4.6.0 released as GA

Hi All,

Yesterday Microsoft hast release the MicrosoftTeams PowerShell Module 4.6.0 as GA (Generally Available) in the PowerShell Gallery.

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

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

Hi All,

Yesterday Microsoft has released a new Version of the MSIdentityTools PowerShell Module.

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

Exchange Online Cross-tenant mailbox migration (preview)

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.

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

Hi All,

A few hours ago a new Version of the Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) Module has been released.

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

Hi All,

An Update for ESXi 6.70 has been released by VMware

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

Security Update Node.js

Hi All,

I’ve checked what version i have installed

npm version

Tried to update via npm. Update npm first

npm install -g npm stable

npm 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

I’ve installed the MSI