Convert Entra ID User between Synced and Cloud Only with Microsoft Graph

Convert Entra ID User between Synced and Cloud Only with Microsoft Graph

Andres Bohren
Hi All, Convert Synced Account to Cloud Only When we look at the User Object the Value of “On-premises sync enabled” is now set to Yes First we need to capture the ObjectID of the Entra ID User Object Connect-MgGraph -Scope User.ReadWrite.All -NoWelcome Get-MgUser -UserId TestSharedMailbox@icewolf.ch $DirectoryObjectId = (Get-MgUser -UserId TestSharedMailbox@icewolf.ch).id $DirectoryObjectId Connect-ExchangeOnline -ShowBanner:$false Get-Mailbox TestSharedMailbox@icewolf.ch | ft UserPrincipalName, DisplayName, RecipientTypeDetails Move the User Object to an Active Directory OU that is not in the Sync Scope
Jabra Direct Update (November 2023)

Jabra Direct Update (November 2023)

Andres Bohren
Hi All, Today i have received a notifications, that there is a new Jabra Direct release available. Jabra Direct Release Notes Updated Software No Updates available Current Version of Jabra Direct Regards Andres Bohren Unified Messaging Logo
MSCommerce PowerShell disable ClipChamp

MSCommerce PowerShell disable ClipChamp

Andres Bohren
Hi All, Today i have noticed that there is a new Product that is available for SelfService Purchase. As always i disable it for SelfService Purchase. Connect-MSCommerce There is a new Product, that can be disabled CFQ7TTC0N8SS AllowSelfServicePurchase Microsoft ClipChamp Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0N8SS -Enabled $false Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Regards Andres Bohren M365 Logo PowerShell Logo
PowerToys v0.75.1 released

PowerToys v0.75.1 released

Andres Bohren
Hi All, I noticed that Microsoft has released a new Version of PowerToys. In the Main Window click on “Install now” Installation in Progress The Release notes can be found here Release v0.75.1 There is a new Dashboard that shows the Enabled Modules and the most important Keyboard Shortcuts Regards Andres Bohren Windows Logo
MicrosoftTeams PowerShell Module 5.7.2 Preview

MicrosoftTeams PowerShell Module 5.7.2 Preview

Andres Bohren
Hi All, Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.2 Preview to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.7.2 Read more details in the Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Find-PSResource MicrosoftTeams -Prerelease Uninstall the old Module and install the newest Module
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24211.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24211.12000 released

Andres Bohren
Hi All, Yesterday Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24211.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Check the installed Version and what is available from the PowerShell Gallery Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers List the Commands of the Module
Kuando Busylight Update for Teams 2.x

Kuando Busylight Update for Teams 2.x

Andres Bohren
Hi All, I own a kuando Busylight since many Years and used it with Skype for Business. Id did work also with Teams but not with the new Teams 2.x Version. Recently i received an Email thad announced a new Version that will now Support the new Teams 2.x. The Updated software can be downloaded here: https://www.plenom.com/downloads/download-software/ Installation As far as i can thell there is no news in the Context Menu.
MSIdentityTools PowerShell Module v2.0.44 released

MSIdentityTools PowerShell Module v2.0.44 released

Andres Bohren
Hi All, Yesterday a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery. PSGallery MSIdentityTools 2.0.44 I am using the new PSResourceGet here instead of the PowerShellGet commands. Check the PowerShell Module that is installed and what is available from the PowerShell Gallery Get-InstalledPSResource MSIdentityTools -Scope AllUsers Find-PSResource MSIdentityTools Uninstall the old version of the PowerShell Module and install the current version Uninstall-PSResource MSIdentityTools -Scope AllUsers Install-PSResource MSIdentityTools -Scope AllUsers Get-InstalledPSResource MSIdentityTools -Scope AllUsers List all the Commands from the Module
MSOnline Powershell Module 1.1.183.81 released

MSOnline Powershell Module 1.1.183.81 released

Andres Bohren
Hi All, Yesterday a new Version of the MSOnline PowerShell Module has been released. Sadly there is no Information availabe what has been changed. PowerShell Gallery MSOnline 1.1.183.81 It’s a little bit surprising to see updates on such an old Module that has seen it’s last change almost two years ago and will be depreciated on March 30 2024. What’s deprecated in Microsoft Entra ID? I am using the new PSResourceGet here instead of the PowerShellGet commands.
PowerShell 7.3.9 released

PowerShell 7.3.9 released

Andres Bohren
Hi All, Today i’ve noticed, that there is a new PowerShell 7 Version available. You can Download it from here: v7.3.9 Release of PowerShell Release notes: Bump .NET 7 to version 7.0.403 Use correct agent pool for downloading from Azure blob Remove a timeout value from ADO pipeline stage to resolve a syntax issue Update .NET 7 and manifests Add SBOM for release pipeline Increase timeout when publishing packages to pacakages.