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
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
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
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
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
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.
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
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.
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
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.