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,
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,
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
Hi All,
Today I noticed that there is an update for Git. But it is only available as source.
Highlights from Git 2.48 Release Notes You can check your current version with the following command
git -v to update use the command below
git update-git-for-windows Then the update starts
We have updated to 2.47.1.windows.2 (or 2.47.1.2)
git -v If you look at git-scm it shows the newest Source Code Release 2.
Hi All,
I am a big Fan of Azure Automation.
But recently i was stumbling about the PowerShell Support Lifecycle
In the GUI you can only add PowerShell 5.1, 7.1 and 7.2 PowerShell Modules.
I’ve written a Blog Article about updating the Modules with Managed Identity
Update Microsoft.Graph Modules on Azure Automation with Managed Identity V2 Runtime Environment Currently in Preview is the Runtime Environment
Runtime environment (preview) in Azure Automation Key benefits
Hi All,
Today i saw that git has been updated to 2.47.1 already by end of November
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,
Today i noticed that there is an update for Git
Highlights from Git 2.47 Release Notes 2.47.0 Let’s have a look at the installed version
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
git -v You can also download it here: https://git-scm.com/
Regards
Andres Bohren
Hi All,
Today i noticed that there is an update for Git
Highlights from Git 2.46 Release Notes 2.46.0 Let’s have a look at the installed version
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
git -v You can also download it here: https://git-scm.com/
Regards
Andres Bohren
Hi All,
Today i noticed that there is an update for Git
Securing Git: Addressing 5 new vulnerabilities
CVE-2024-32002 (Critical, Windows & macOS): Git repositories with submodules can trick Git into executing a hook from the .git/ directory during a clone operation, leading to Remote Code Execution. CVE-2024-32004 (High, multi-user machines): An attacker can craft a local repository that executes arbitrary code when cloned. CVE-2024-32465 (High, all setups): Cloning from .
Hi All,
Two days ago, git 2.45 has been released.
Read the Blog post here: Highlights from Git 2.45
Git 2.45 Release Notes
Let’s have a look at the installed version
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
git -v You can also download it here: https://git-scm.