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.

#Azure #azuread

Author

Leave a comment

Your email address will not be published. Required fields are marked *