Hi All,
Just a few days ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26413.12010 PowerShell Module.
PowerShell Gallery Microsoft.Online.SharePoint.PowerShell 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.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
A few days ago, a new version of PSMSALNet has been released
-PowerShell Gallery PSMSALNet 0.1.2
I’ve checked the GitHub Changes and found that there has only be changed one Parameter
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 PSMSALNet -Scope CurrentUser Find-PSResource -Name PSMSALNet Uninstall the Module with PSResourceGet failed.
Uninstall-PSResource -Name PSMSALNet -Scope CurrentUser You can use the -FileMode Parameter of M365PSProfile Module to uninstall the Module
Hi All,
Yesterday a new Version of the MicrosoftPlaces PowerShell Module has been released.
Note: This PowerShell Module Requires PowerShell 7 and newer
PowerShell Gallery MicrosoftPlaces 2.0.0 Release Notes:
Add support for setting Mode(Reservable, DropIn, Assigned and Unavailable) by Set-PlaceV3 and New-Place cmdlet. Mode default value is Unavailable. Add support for creating room and workspace by New-Place cmdlet. Add support for auto creating mailbox for reservable places. Import-MapCorrelations: Add ‘bearing’ and ‘rotation’ support for fixture and level features, also enable customized properties.
Hi All,
A day ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.3.1 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 7.3.1 Read more details in the Release Notes
Fixes New-Team cmdlet for EDU teams 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 -Name MicrosoftTeams -Scope CurrentUser Find-PSResource -Name MicrosoftTeams -Prerelease Uninstall the old Module and install the newest Module
Hi All,
A few hours ago, Microsoft has released the ExchangeOnlineManagement 3.9.0 PowerShell Module. I don’t know what magic they used, but it was not there yesterday.
PowerShell Gallery ExchangeOnlineManagement 3.9.0 v3.9.0:
Introduce -EnableSearchOnlySession switch in Connect-IPPSSession cmdlet, which enables certain eDiscovery and related cmdlets that connect to other M365 services I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery.
Hi All,
Today i saw that git has been updated to 2.51.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
Hi All,
A few Hors ago, Microsoft has released the Version 2.30.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.30.0 PowerShell Gallery Microsoft.Graph.Beta 2.30.0 Release Notes
[v2] Manually update openApi docs [v2] Examples Update [v2] TokenLifetimePolicies are now referenceable through ServicePrinciples 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.
Hi All,
Today, i noticed that Microsoft has released a new Version of PowerToys.
In the Main Window click on “Install now”
The Release notes can be found here: Release v0.93.0
Installation in Progress
What’s new
Updated PowerToys
Regards
Andres Bohren
Windows Logo
Hi All,
Microsoft has released the Exchange Server Security Updates yesterday for all currently supported Versions:
Exchange Server Subscription Edition (SE) Exchange Server 2019 Exchange Server 2016 Exchange Team Blog Article
Released: August 2025 Exchange Server Security Updates Exchange Server Subscription Edition In my case, i’ve downloaded the Security Update for Exchange Server Subscription Edition
Security Update for Exchange Server Subscription Edition SU1 (KB5063224) Description of the security update for Microsoft Exchange Server Subscription Edition RTM: August 12, 2025 (KB5063224) Installation After the Download i started the *.
Hi All,
A day ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.3.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 7.3.0 Read more details in the Release Notes
Adds Notify parameter to [Set|Remove]-CsPhoneNumberAssignment cmdlets. Releases [New|Set|Remove|Get|Grant]-CsTeamsPersonalAttendantPolicy cmdlets. Adds OCDIRedirect parameter to [Set|Remove]-CsTeamsUpdateManagementPolicy. Adds AppName output attribute to Get-M365TeamsApp and Get-AllM365TeamsApps cmdlets. Contains a new implementation of [Get|Set]-CsTeamsAcsFederationConfiguration. Functionality remains the same as previous implementation. Adds HideBannerForAllowedAcsUsers and LabelForAllowedAcsUsers parameters to Set-CsTeamsAcsFederationConfiguration cmdlet.