Installing Azure CLI 64 bit and what need change needs to be done in the command provided below

Varma 1,495 Reputation points
2024-02-17T11:38:44.6866667+00:00

Following is installing 32 bit Azure CLI, I want to install 64 bit , what change I should do in the command? 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 Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.