Hi All,
Yesterday, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 11.2.0 A lot of news in the Release Notes
Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource AZ -Scope AllUsers Find-PSResource AZ Uninstall the old Modules and install the current Modules
Uninstall-PSResource AZ -Scope AllUsers Uninstall-PSResource AZ.
Hi All,
Yesterday, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 11.1.0 A lot of news in the Release Notes
Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource AZ -Scope AllUsers Find-PSResource AZ Uninstall the old Modules and install the current Modules
Uninstall-PSResource AZ -Scope AllUsers Uninstall-PSResource AZ.
Hi All,
Microsoft has releaseed the MicrosoftTeams 5.8.1 Preview Module
PowerShell Gallery MicrosoftTeams 5.8.1-preview Release Notes
5.8.1-preview* (The project - MicrosoftTeams contains changes till this release) Adds support for managed identity based auth for *-Cs cmdlets using -Identity parameter in Connect-MicrosoftTeams. Few cmdlets that don’t support application-based authentication are not supported for this as well. This is very exiting. Back in August i tried to use MicrosoftTeams on Azure Automation with the Managed Identity.
Hi All,
During the last couple Months, there have been several M365 Licenses added and activated for all Users. For Example:
Avatars for Teams Copilot (formerly known as Bing Chat Enterprise) Clipchamp I was thinking about, how to Monitor the Licenses in the Tenant for new ServicePlans associated to the Licences.
So i decided to add the ServicePlans to the Script i’ve already had
#Connect-MgGraph Write-Output "Connect-MgGraph" Connect-MgGraph -Scopes User.ReadWrite.All, Directory.
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.32.1 has been released.
The Release notes can be found here:
Storage Explorer Version 1.32.1 GitHub Release v1.32.1 Closed Issues Installation
Everything went smooth
Updated Azure Storage Explorer
Regards
Andres Bohren
Azure Logo
Hi All,
Yesterday, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 11.0.0 A lot of news in the Release Notes
Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource AZ -Scope AllUsers Find-PSResource AZ Uninstall the old Modules and install the current Modules
Uninstall-PSResource AZ -Scope AllUsers Uninstall-PSResource AZ.
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.32.0 has been released.
The Release notes can be found here:
Storage Explorer Version 1.32.0 Installation
Everything went smooth
Regards
Andres Bohren
Azure Logo
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.31.1 has been released. In Fact i did miss the v1.31.0 that was released two weeks ago during my summer holydays.
The Release notes can be found here
August 2023 (Version 1.31.2) Version 1.31.1 Unter the Fixed issues we can see that they upgraded Electron that was also affected by the WebP Security Issue.
Fixed Issues Installation
Everything went smooth an now i am using Azure Storage Explorer 1.
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.
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.