blog.icewolf.ch

Let's talk about IT!
posts - 2290, comments - 295, trackbacks - 0

My Links

Archives

Post Categories

icewolf

Azure PowerShell Module Az 9.5.0 released

Hi All,

Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery.

Az 9.5.0

Release Notes



Show Installed AZ Module and what's available in the PowerShell Gallery

Get-InstalledModule AZ
Find-Module AZ


#Run Script directly from GitHub
$ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1"
Invoke-Expression $($ScriptFromGitHub.Content)


The AZ Module is just a Wrapper Module for all AZ* Modules

Get-InstalledModule AZ*



Regards
Andres Bohren


Print | posted on Thursday, March 9, 2023 8:07 AM | Filed Under [ PowerShell Azure ]

Powered by:
Powered By Subtext Powered By ASP.NET