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.
•
• Type Start-Process -Verb RunAs
and press the Enter key to launch and elevated shell.
•
• Type Install-Module -Name AzureAD
and press the Enter key to install the AzureAD module.
•
• Type the Y
or A
key and press the Enter key to confirm.
•