Install-Package: No match was found for the specified search criteria and module name ‘AZ’
I recently attended an online Azure Administration course and had to install AZ tools from the PS repository using Powershell 7.x. I have used the following PS command: install-module -Name AZ -AllowClobber -Repository PSgallery...