Hi All,
A few days ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.5.1-preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 7.5.1-preview Read more details in the Release Notes
Releases Get-CsAiAgents cmdlet. Releases New-CsPhoneNumberBulkUpdateTagsOrder cmdlet. Releases [Get|Set|Remove]-CsPhoneNumberTenantConfiguration cmdlets. Releases [New|Get|Set|Remove]-CsAutoRecordingTemplate cmdlets. Adds AutoRecordingTemplateId parameter to [New|Set]-CsCallQueue cmdlets. Adds ResourceAccount parameter to [New|Set]-InboundBlockedNumberPattern cmdlets. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Hi All,
A few days ago, Microsoft has released the ExchangeOnlineManagement 3.9.2-Preview1 PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.9.2-Preview1 v3.9.2-Preview1:
Added cmdlets: Add-WorkforceInsightsDelegationAccess, Get-WorkforceInsightsDelegationAccess, Remove-WorkforceInsightsDelegationAccess for Workforce Insights delegation. Deprecated UseRpsSession parameter from Connect-ExchangeOnline and Connect-IPPSSession. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery.
Get-InstalledPSResource ExchangeOnlineManagement -Scope CurrentUser Find-PSResource ExchangeOnlineManagement -Prerelease Uninstall old Module
Uninstall-PSResource ExchangeOnlineManagement -Scope CurrentUser I’ve updated the M365PSProfile PowerShell Module and the Uninstall-M365Module Function with the Parameter -FileMode.
Hi All,
A day ago, Microsoft has released the Version 2.34.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.34.0 PowerShell Gallery Microsoft.Graph.Beta 2.34.0 No Release Notes have been published but you can review the Commit History
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser Find-PSResource -Name Microsoft.
Hi All,
Yesterday, the PowerShell v7.6.0 preview 6 has been released
MS Learn What’s New in PowerShell 7.6 GitHub Release Notes v7.6.0-preview.6 Release of PowerShell Installation I’ve downloaded the x64 *.msi File and started the Installation
Paralell Installation The Preview of Powershell 7.6.0 is installed in the “7-preview” Folder
Start the PowerShell with cmd
cd C:\Program Files\PowerShell\7-preview start pwsh PowerShel 7.6.0-preview.6 has successfully started and even loading the PowerShell 7 Profile
Hi All,
Microsoft has released the Exchange Server Security Updates yesterday for these Exchange Server Versions:
Exchange Server Subscription Edition (SE) Exchange Server 2019 CU14 and CU15 (to access, enroll into the ESU program) Exchange Server 2016 CU23 (to access, enroll into the ESU program) Exchange Team Blog Article
Released: December 2025 Exchange Server Security Updates Description of the security update for Microsoft Exchange Server Subscription Edition RTM: December 9, 2025 (KB5071876)
Hi All,
Two days ago, Microsoft has released the Preview5 of the Microsoft.PowerShell.PSResourceGet PowerShell Module.
Powershell Gallery Microsoft.PowerShell.PSResourceGet 1.2.0-preview5 You can check the Release Notes
PowerShell 5 Check the Module Path
$Env:PSModulePath.Split(";") I’ve simply deleted the Microsoft.PowerShell.PSResourceGet Folder in Windows Explorer - because there is no “Scope” Parameter in the Uninstall-Module command
Installing the PSResourceGet with Install-Module
Install-Module -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser -AllowPrerelease Get-InstalledPSResource -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser Uninstalling a Module under PowerShell 5 still fails - like in Preview4
Hi All,
A few Hors ago, Microsoft has released the Version 2.33.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.33.0 PowerShell Gallery Microsoft.Graph.Beta 2.33.0 No Release Notes have been published but you can review the Commit History
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name Microsoft.Graph -Scope CurrentUser Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser Find-PSResource -Name Microsoft.
Hi All,
About two weeks ago, Microsoft has released a new Version of Entra Connect Sync.
You can download it only in the Microsoft Entra Admin Center
Microsoft Entra Connect: Version release history Download Download is only available in Entra Admin Portal and is now not as hidden anymore
Entra Admin Center > Identity > Entra Connect > Entra Connect Sync Download the latest Entra Connect Sync Version
If you click on the Download Link you have to click on the “Accept terms & download” Button.
Hi All,
Today I have received a notification, that there is a new Jabra Direct release available.
In Jabra Direct under Updates you can see, that there is an update available
Jabra Direct Release Notes
Fixed:
Jabra PanaCast 50 was not recognized by Jabra Direct in certain scenarios. Installation Installation starts automatically
Installation sucessful completed
Everything is up do date
Regards
Andres Bohren
Unified Messaging Logo
Hi All,
Yesterday, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 15.1.0 GitHub Release Notes Az I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck Uninstall-PSResource AZ.* -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.