Git for Windows 2.51.2

Git for Windows 2.51.2

Andres Bohren
Hi All, Today i saw that git has been updated to 2.51.2. Release Notes You can check your current version with the following command git --version 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 git --version Regards Andres Bohren vscode Logo
Azure Storage Explorer 1.40.2

Azure Storage Explorer 1.40.2

Andres Bohren
Hi All, Today i’ve seen the notification, that Azure Storage Explorer 1.40.2 has been released. GitHub Release Notes v1.40.2 Installation Everything went smooth Updated Azure Storage Explorer Details from About Regards Andres Bohren Azure Logo
MicrosoftTeams PowerShell Module 7.5.0 released

MicrosoftTeams PowerShell Module 7.5.0 released

Andres Bohren
Hi All, A few Minutes ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.5.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 7.5.0 Read more details in the Release Notes Adds PickUpHeldCalls and JoinActiveCalls parameters to the [New|Set]-CsUserCallingDelegate cmdlets and corresponding output attributes to the Get-CsUserCallingSettings cmdlet. Adds AssignmentBlockedState and AssignmentBlockedUntil output attributes to [Get]-CsPhoneNumberAssignment cmdlet. Releases [Set|Remove]-CsPhoneNumberAssignmentBlock cmdlets. Adds DynamicCallerIdMode parameter to [Get|Set]-CsOnlineDialInConferencingTenantSettings cmdlets. Adds BackroomChat parameter to [New|Set]-CsTeamsMeetingPolicy and [New|Set]-CsTeamsEventsPolicy cmdlets.
MSIdentityTools PowerShell Module 2.1.0 released

MSIdentityTools PowerShell Module 2.1.0 released

Andres Bohren
Hi All, Just a few days ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module Note that this Module requires PowerShell 7 PowerShell Gallery MSIdentityTools 2.1.0 No Release has been created Some insights via GitHub CommitLog - as you can see there is also a Pull Request from me that has been accepted Let’s check what Version is installed and what’s available from the PowerShell Gallery Get-InstalledPSResource -Name MSIdentityTools -Scope CurrentUser Find-PSResource -Name MSIdentityTools Uninstall old Module and install new Module
Microsoft.PowerShell.PSResourceGet 1.2.0-preview4 released

Microsoft.PowerShell.PSResourceGet 1.2.0-preview4 released

Andres Bohren
Hi All, Two days ago, i did get a Notification that the 1.2.0-Preview4 of Microsoft.PowerShell.PSResourceGet has been released. Microsoft.PowerShell.PSResourceGet 1.2.0-preview4 It should now include a fix for uninstalling Modules when OneDrive Folder Redirection is configured Uinstall-PSResource on OneDrive Error: Access to the path is denied Release Notes PowerShell 5 Check installed Module and what’s available on the PowerShell Gallery Get-InstalledPSResource -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser Find-PSResource -Name Microsoft.PowerShell.PSResourceGet -Prerelease It’s a little challenge to update the Module that is used for Installing the Module 🤔
Simple way to delegate Active Directory Group Membership Management

Simple way to delegate Active Directory Group Membership Management

Andres Bohren
Hi All, In a recent Migration, i had the Requirement to add Members to an Active Directroy Group to control a GPO that is assigned with the AD Group. In other words, delegate Group Membership Management to a Service Account, that controls the Migration. The goal was to archieve this in the simplest form possible. Demo I’ve created an AD Group “G-DL-DemoManager” and added the User m.muster to the Managed By (managedBy AD Attribute)
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26615.12013 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26615.12013 released

Andres Bohren
Hi All, A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26615.12013 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.
Azure PowerShell Module AZ 14.6.0 released

Azure PowerShell Module AZ 14.6.0 released

Andres Bohren
Hi All, Just a few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 14.6.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.
Jabra Direct Update (October 2025)

Jabra Direct Update (October 2025)

Andres Bohren
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 New Features: Co-existence with Jabra Plus for Jabra PanaCast 50 If a Jabra PanaCast 50 is enrolled and managed via Jabra Plus, it is not possible to make firmware updates or change settings. Security Updates:
PSMSALNet 0.1.3 has been released

PSMSALNet 0.1.3 has been released

Andres Bohren
Hi All, A few hours ago, a new version of PSMSALNet has been released -PowerShell Gallery PSMSALNet 0.1.3 I’ve checked the GitHub Pull Request Added Kusto audience as non custom audience for the Resource 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.