202309s

Azure PowerShell Module Az 10.4.1 released

Azure PowerShell Module Az 10.4.1 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 10.4.1 A lot of news in the Release Notes Release Notes Reverted commits that caused regression in ‘Get-AzRoleAssignment’ Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ I’ve created a Script to uninstall all AZ.* Modules and install the newest ones.
Jabra Direct Update (September 2023)

Jabra Direct Update (September 2023)

Andres Bohren
Hi All, Today i have received a notifications, that there is a new Jabra Direct release available. Jabra Direct Release Notes Regards Andres Bohren Unified Messaging Logo
PowerToys v0.74.0 released

PowerToys v0.74.0 released

Andres Bohren
Hi All, I noticed that Microsoft has released a new Version of PowerToys. In the Main Window click on “Install now” Update is sucessfully installed Download an Release notes can be found here Release v0.74.0 Highlights Upgraded to Windows App SDK 1.4.1, increasing stability of WinUI3 utilities. Thanks @dongle-the-gadget for starting the upgrade! Text Extractor was upgraded to its version 2.0, with a new overlay, table mode and more Quality of Life improvements.
Azure PowerShell Module Az 10.4.0 released

Azure PowerShell Module Az 10.4.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 10.4.0 A lot of news in the Release Notes Release Notes Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ I’ve created a Script to uninstall all AZ.* Modules and install the newest ones. It can be run directly from your PowerShell.
Azure Monitor URL Ping test will be retired

Azure Monitor URL Ping test will be retired

Andres Bohren
Hi All, A few days ago, i received an Email from Microsoft that announces the retirement of URL Ping Test in Azure Monitor. On 30 September 2026, the URL ping test capability of the application insights feature of Azure Monitor will be retired There is some guidance available: Migrate availability tests I’ve set up a Azure Monitor with URL Ping a few months ago. That’s how the URL ping looks like
Microsoft Remote Desktop for AVD and Windows 365 1.2.4582

Microsoft Remote Desktop for AVD and Windows 365 1.2.4582

Andres Bohren
Hi All, Microsoft has released the Version 1.2.4582 for Remote Desktop When you start the Remote Desktop Client, it checks for Updates and will inform you in the Notification Bar You can see also a green arrow, that indicates an Update Release Notes What’s new in the Remote Desktop client for Windows Confirm to upgrade with “Update now” Installation does not take long You can check the Versions by selecting the three dots on top right and select “About”
Microsoft.Graph PowerShell Modules 2.6.1 released

Microsoft.Graph PowerShell Modules 2.6.1 released

Andres Bohren
Hi All, Yesterday Microsoft has released Microsoft.Graph 2.6.0. Soon after the release i installed and tested the new Module. I found out that it had issues and was broken. Reported it via GitHub Issue. Two hours later the Issue was closed with the notice that a new release 2.6.1 is under way. This Morning i saw that the new Version was available in the PowerShell Gallery and the broken Version 2.
Microsoft.Graph PowerShell Modules 2.6.0 released

Microsoft.Graph PowerShell Modules 2.6.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.6.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. Note: Don’t install the Microsoft.Graph Powershell Modules 2.6.0. They are broken. See the Screenshots at the End of the Article. PowerShell Gallery Microsoft.Graph 2.6.0 PowerShell Gallery Microsoft.Graph.Beta 2.6.0 Read more in the Release Notes Refreshes the SDK with the latest APIs Adds support for windowsQualityUpdateProfile API Adds support for partner information API Updates examples Show installed Versions and what’s available in PowerShell Gallery
MSCommerce PowerShell Module 1.10

MSCommerce PowerShell Module 1.10

Andres Bohren
Hi All, Today i have noticed, that there is a new MSCommerce PowerShell Module available from the PowerShell Gallery. I didn’t notice that they revoked MSCommerce 1.10. But i am glad, that the new Version has fixed the Output. PowerShell Gallery MSCommerce 1.10 Check the installed Module and what’s available in the PowerShell Gallery Get-Module MSCommerce -ListAvailable Find-Module MSCommerce Let’s uninstall the old Module and install the newest one from PowerShell Gallery
PowerShellGet 2.9.0-Preview

PowerShellGet 2.9.0-Preview

Andres Bohren
Hi All, A new Preview Version of PowerShellGet is available. This is the compatibility module CompatPowerShellGet to allow for PowerShellGet v2 syntax but actually using PSResourceGet for older scripts. PowerShell Gallery PowerShellGet 2.9.0-preview Changelog Get-InstalledModule PowerShellGet Find-Module PowerShellGet -AllowPrerelease Install-Module PowerShellGet -AllowPrerelease -Force Get-InstalledModule PowerShellGet -AllVersions #PS5 Get-Module Get-InstalledModule MicrosoftTeams Get-Module MicrosoftTeams -ListAvailable #PS7 Import-Module PowerShellGet -RequiredVersion 2.9.0 Get-Module Get-InstalledModule MicrosoftTeams Get-Module MicrosoftTeams -ListAvailable I’ve created an GitHub Issue for the Get-InstalledModule Error