Azure Storage Explorer 1.41.0

Azure Storage Explorer 1.41.0

Andres Bohren
Hi All, Today i’ve seen the notification, that Azure Storage Explorer 1.41.0 has been released. GitHub Release Notes v1.41.0 Installation Everything went smooth Updated Azure Storage Explorer Details from About Regards Andres Bohren Azure Logo
Git for Windows 2.53.0

Git for Windows 2.53.0

Andres Bohren
Hi All, Today i saw that git has been updated to 2.53.0. What’s new in Git 2.53.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
Entra Connect Sync 2.6.1 released

Entra Connect Sync 2.6.1 released

Andres Bohren
Hi All, A few days 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.
Microsoft.PowerShell.PSResourceGet 1.2.0-rc3 released

Microsoft.PowerShell.PSResourceGet 1.2.0-rc3 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the rc3 of the Microsoft.PowerShell.PSResourceGet PowerShell Module. Powershell Gallery Microsoft.PowerShell.PSResourceGet 1.2.0-rc3 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 -Force Get-InstalledPSResource -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser Uninstalling a Module under PowerShell 5 still fails - like in Preview4
Microsoft.Graph PowerShell Modules 2.35.1 released

Microsoft.Graph PowerShell Modules 2.35.1 released

Andres Bohren
Hi All, A a day ago, Microsoft has released the Version 2.35.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.35.1 PowerShell Gallery Microsoft.Graph.Beta 2.35.1 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.
Microsoft.PowerShell.PSResourceGet 1.2.0-rc2 released

Microsoft.PowerShell.PSResourceGet 1.2.0-rc2 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the rc2 of the Microsoft.PowerShell.PSResourceGet PowerShell Module. Powershell Gallery Microsoft.PowerShell.PSResourceGet 1.2.0-rc2 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 -Force Get-InstalledPSResource -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser Uninstalling a Module under PowerShell 5 still fails - like in Preview4
Azure PowerShell Module AZ 15.3.0 released

Azure PowerShell Module AZ 15.3.0 released

Andres Bohren
Hi All, A day ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. Note: There seems to be issues installing the AZ Modules using Install-PSResource see the GitHubIssue PowerShell Gallery Az 15.3.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
WhiteboardAdmin 1.13.9 PowerShell Module released

WhiteboardAdmin 1.13.9 PowerShell Module released

Andres Bohren
Hi All, Yesterday, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery. PowerShell Gallery WhiteboardAdmin 1.13.9 The Release Notes does not give a lot of insights I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource WhiteboardAdmin -Scope CurrentUser Find-PSResource WhiteboardAdmin Uninstalling the Modules with Uninstall-PSResource failed again. Uninstall-PSResource WhiteboardAdmin -Scope CurrentUser So i am using the PowerShell Module M365PSProfile and use the -FileMode Parameter
Microsoft.Graph PowerShell Modules 2.35.0 released

Microsoft.Graph PowerShell Modules 2.35.0 released

Andres Bohren
Hi All, A a day ago, Microsoft has released the Version 2.35.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.35.0 PowerShell Gallery Microsoft.Graph.Beta 2.35.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.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26914.12004 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26914.12004 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26914.12004 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.