azure cli installation failing in the powerShell

sns 9,226 Reputation points
2023-12-24T16:15:21.1733333+00:00

I am trying to install Azure CLI in local machine using WIndows PowerShell command , for that I am using following command. Please suggest as it is giving following error

User's image

Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet/; rm .\AzureCLI.msi

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
668 questions
{count} votes