top of page
Writer's pictureRadhakrishnan Govindan

How to install Azure Module using Current User Permissions

Many organizations won’t provide system admin privileges to users. So we don’t have options to install Azure PowerShell Module?

No.. We do have an option to install Azure PowerShell module without system administrator permissions.

Open PowerShell and Run the below Command :

Install-Module -Name Az -AllowClobber -Scope CurrentUser

Now it is done, you see the module is set in the machine and available to use.


96 views0 comments
bottom of page