Hi Arya_2017,
I tested on my lab and I can login to Azure AD.
Please run the scripts in PowerShell which is used to check if the AzureADPreview module is installed or not:
if (Get-Module -ListAvailable -Name AzureADPreview) {
Write-Host "Module exists"
} else {
Write-Host "Module does not exist"
}
Please note that you need to run the PowerShell as an administrator.
Thanks,
Brook