Hello,
Ultimately I want to allow email verified users by setting Set-MsolCompanySettings -AllowEmailVerifiedUsers $true.
So I run the Azure PowerShell from Azure Cloud Shell (run from my browser).
When entering command Set-MsolCompanySettings -AllowEmailVerifiedUsers $true I get: Set-MsolCompanySettings: You must call the Connect-MsolService cmdlet before calling any other cmdlets.
So I enter Connect-MsolService and I get
Connect-MsolService: Could not load file or assembly 'System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=*****'. The system cannot find the file specified. Connect-MsolService: Could not load file or assembly 'System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=*****'. The system cannot find the file specified
I already tried to re-install MSOnline to no avail.
Any ideas?