Trying to activate MFA per user as described here https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userstates#enable-azure-mfa-by-changing-user-state however
- via UI => Selecting the user does not show the quick steps to Enable.
- via PowerShell => Successfully installed
Install-Module MSOnlinebut thenConnect-MsolServiceruns into Connect-MsolService : The term 'Connect-MsolService' is not recognized as the name of a cmdlet, function, script file, or operable program. - List item
How can MFA be enabled per user in AAD?

