Fix “Connect-AzureAD : The term ‘Connect-AzureAD’ is not recognized as the name of a cmdlet, function, script file, or operable program.” Error
Problem: When trying to connect to Azure AD from PowerShell, using: “Connect-AzureAD” cmdlet, received an error: “Connect-AzureAD: The term ‘Connect-AzureAD’ is not recognized as the name of a cmdlet, function, script file, or operable program.”
Solution for Connect-AzureAD not recognized Issue:
Install the Azure AD Module!
- Open PowerShell as an administrator, Enter:
Install-Module AzureAD
- Confirm the installation by entering “A” – Yes to All.