Inconsistence in Management of synced Objects in Exchange Online

Inconsistence in Management of synced Objects in Exchange Online

Andres Bohren
Hi All, Until now, I did believe, that some properties from synchronized Objects from On-Prem to Entra ID like Emailaddresses and HideFromAddressLists can only be changed on the Source in Active Directory. I discovered that you could change the HideFromAddressLists property for synced MailUsers in Exchange Online EAC and EXO Powershell. User Mailbox If you look at a syncronized User Mailbox in Exchange Admin Center the “Hide from global address list (GAL)” is greyed out and can not be changed.
Git for Windows 2.50.0

Git for Windows 2.50.0

Andres Bohren
Hi All, Today i saw that git has been updated to 2.50.0. Release Notes You can check your current version with the following command git -v to update use the command below (cmd must be started “As Administrator”) git update-git-for-windows This will download and start the update installer Let’s check the git version after the update Regards Andres Bohren vscode Logo
List SharePoint Embedded containers with PowerShell

List SharePoint Embedded containers with PowerShell

Andres Bohren
Hi All, In this Blog Article i show you how to list the SharePoin Online Embedded containers. SharePoint Online Admin Center Let’s have a view in SharePoint Online Admin Center Active Containers PowerShell To use the Microsoft.Online.SharePoint.PowerShell in PowerShell 7 you need to use the Parameter -UseWindowsPowerShell in Import-Module. #Import Sharepoint Online Powershell Module in Powershell 7 Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell -WarningAction SilentlyContinue Connect-SPOService -Url https://icewolfch-admin.sharepoint.com These are the ID’s of the two Container Types
WhiteboardAdmin 1.13.6 PowerShell Module released

WhiteboardAdmin 1.13.6 PowerShell Module released

Andres Bohren
Hi All, A few days ago, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery. PowerShell Gallery WhiteboardAdmin 1.13.6 The Release Notes does not give a lot of insights I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource WhiteboardAdmin -Scope CurrentUser Find-PSResource WhiteboardAdmin Uninstalling the Modules with Uninstall-PSResource failed again. Uninstall-PSResource WhiteboardAdmin -Scope CurrentUser So i am using the PowerShell Module M365PSProfile and use the -FileMode Parameter
Jabra Direct Update (June 2025)

Jabra Direct Update (June 2025)

Andres Bohren
Hi All, Yesterday I have received a notification, that there is a new Jabra Direct release available. Jabra Direct Release Notes Fixed: Resolved an issue that caused excessive network calls from Jabra Direct to the backend. Fixed a softphone plugin issue that could, in some cases, lead to high CPU usage. Installation Updated Software - No Updates available Regards Andres Bohren Unified Messaging Logo
Microsoft Remote Desktop for AVD and Windows 365 1.2.6278

Microsoft Remote Desktop for AVD and Windows 365 1.2.6278

Andres Bohren
Hi All, Today I was notified, that a new Version of the Microsoft Remote Desktop Client is available. Release Notes: What’s new in the Remote Desktop client for Windows Fixes for CVE-2025-32710 Fixes for CVE-2025-32715 When you start the Microsoft Remote Desktop Client, it checks for Updates and you can see a green arrow, that indicates an Update Installing the Update You can check the Versions by selecting the three dots on top right and select “About”
AI Shell in Windows Terminal Preview

AI Shell in Windows Terminal Preview

Andres Bohren
Hi All, I’ve heard about the AIShell on the MVPSummit back in March 2025 for the first time. The release of AI Shell Preview 4 and the Blog Article released inspired me to write this Blog Article. AI Shell Preview 4 Release! Prerequisites Windows 11 21H2 or higher Windows Terminal v1.19 or higher Azure CLI version 2.30.0 or higher installed and signed in to the allowed tenant PSRealdline 2.4.2-beta2 Let’s check the Azure CLI
WhiteboardAdmin 1.13.5 PowerShell Module released

WhiteboardAdmin 1.13.5 PowerShell Module released

Andres Bohren
Hi All, A few days ago, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery. PowerShell Gallery WhiteboardAdmin 1.13.5 The Release Notes does not give a lot of insights I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource WhiteboardAdmin -Scope CurrentUser Find-PSResource WhiteboardAdmin Uninstalling the Modules with Uninstall-PSResource failed again. Uninstall-PSResource WhiteboardAdmin -Scope CurrentUser So i am using the PowerShell Module M365PSProfile and use the -FileMode Parameter
MicrosoftTeams PowerShell Module 7.1.0 released

MicrosoftTeams PowerShell Module 7.1.0 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.1.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 7.1.0 Read more details in the Release Notes Adds ThreadedChannelCreation parameter to [New|Set]-CsTeamsChannelsPolicy cmdlets. Adds BroadcastPremiumApps parameter to [New|Set]-CsTeamsEventsPolicy cmdlets. Adds ParticipantSlideControl parameter to [New|Set]-CsTeamsMeetingPolicy cmdlets. [BREAKING CHANGE] Removes AllowPublicUsers parameter from [Set]-CsTenantFederationConfiguration cmdlet. [BREAKING CHANGE] Removes EnablePublicCloudAccess parameter from [New|Set]-CsExternalAccessPolicy cmdlets. Releases [New|Set|Remove|Get]-CsSharedCallQueueHistoryTemplate cmdlets. Adds SharedCallQueueHistoryTemplateId parameter to [New|Set]-CsCallQueue cmdlets.
People Skills will be soon available

People Skills will be soon available

Andres Bohren
Hi All, Last Week i received a Mail that the Service Plan “PEOPLE_SKILLS_FOUNDATION” has been added to diffrent SKU’s. Good i have sheduled the Script that compares the Service Plans. Keep Track of new ServicePlans in M365 Licenses It looks like this in the M365 Admin Center You should be able to setup Skills in M365 Admin Center > Copilot > Settings > People Skills in M365 Copilot I end up here and now i don’t know what to do 🤔