202511s

Git for Windows 2.52.0

Git for Windows 2.52.0

Andres Bohren
Hi All, Today i saw that git has been updated to 2.52.0. Release Notes You can check your current version with the following command git --version to update use the command below 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 PowerShell Module AZ 15.0.0 released

Azure PowerShell Module AZ 15.0.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 15.0.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.
MSIdentityTools PowerShell Module 2.7.0 released

MSIdentityTools PowerShell Module 2.7.0 released

Andres Bohren
Hi All, Just a few hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module Note that this Module requires PowerShell 7 PowerShell Gallery MSIdentityTools 2.7.0 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
AIShell v1.0.0 preview 8

AIShell v1.0.0 preview 8

Andres Bohren
Hi All, I’ts already a month since the Release of AIShell v1.0.0-preview.8. Finally i had time to upgrade to the latest AI Shell. v1.0.0-preview.8 Release of AIShell Install or upgrade with the following PowerShell command Invoke-Expression "& { $(Invoke-RestMethod 'https://aka.ms/install-aishell.ps1') }" Start the AI Shell in Windows Terminal Start-AIShell Now connected with tze Azure AI Agent Regards Andres Bohren PowerShell Logo
MSIdentityTools PowerShell Module 2.2.0 released

MSIdentityTools PowerShell Module 2.2.0 released

Andres Bohren
Hi All, Just a few hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module Note that this Module requires PowerShell 7 PowerShell Gallery MSIdentityTools 2.2.0 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
New Microsoft 365 Apps Icons are now consistent

New Microsoft 365 Apps Icons are now consistent

Andres Bohren
Hi All, Microsoft has annouced their Refesh on the Microsoft 365 Apps Icons on first October. Fluid forms, vibrant colors Summary by copilot: Microsoft has refreshed its Microsoft 365 iconography to reflect a deeper shift in design philosophy. Moving from rigid shapes to fluid, dynamic forms and vibrant colors, the update signals a transition from tool-centric design to outcome-driven experiences. These icons embody simplicity, approachability, and motion—inviting collaboration between humans and AI.
Switch DNS Resilience Dashboard

Switch DNS Resilience Dashboard

Andres Bohren
Hi All, SWITCH operates as the official registry for Switzerland’s .ch and Liechtenstein’s .li country-code top-level domains (ccTLDs). It maintains the central database of all .ch domain names and runs the DNS infrastructure, ensuring that the Swiss internet remains stable and secure. This role is mandated by the Federal Office of Communications (OFCOM), as the DNS is considered part of Switzerland’s critical infrastructure Switch DNS Resilience Dashboard Do you know the Switch DNS Resilience Dashboard
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.