Resolve Install AzureAD Module Requires Administrator Rights in PowerShell on Windows - DevPops-Inc/windows GitHub Wiki

• The following resolution is for if you get administrator rights error when trying to install the AzureAD module in PowerShell.
image

• Type Start-Process -Verb RunAs and press the Enter key to launch and elevated shell.
image

• Type Install-Module -Name AzureAD and press the Enter key to install the AzureAD module.
image

• Type the Y or A key and press the Enter key to confirm.
image

⚠️ **GitHub.com Fallback** ⚠️