A cloud-based identity and access management service for securing user authentication and resource access
Hi Oleg Tserkovnyuk , if I understood you correctly, you want to change the settings for app passwords and verification options of MFA global via Powershell. Unfortunately, this is not possible at the moment, as there is no cmdlet or Graph API endpoint for this. However, it is possible to request/change the StrongAuthenticationType attribute on a per-user basis. The MSol-Online module provides this with the Get-MsolUser ... -StrongAuthenticationType. https://learn.microsoft.com/en-us/powershell/module/msonline/get-msoluser?view=azureadps-1.0 https://learn.microsoft.com/en-us/powershell/module/msonline/set-msoluser?view=azureadps-1.0 I think this is not what you want.
If the reply was helpful, please don’t forget to upvote or accept it as an answer, thank you.