krbash I'm glad to see that the old module gets deprecated. Also sad because the graph PowerShell don't have all the values returned by Get-MsolUser command-let. I would like to display some of the most used properties, they are:
- StrongAuthenticationPhoneAppDetails - the device related information from this property (MsolUser) is not available in Graph User.
- StrongAuthenticationRequirements - Per-User MFA related data from this is not available in Graph whereas it continues to work.
- AlternateMobilePhones
- CloudExchangeRecipientDisplayType
- IndirectLicenseErrors
- LiveId
- ReleaseTrack
- ValidationStatus
- IsBlackberryUser
I would appreciate that if the following were returned directly from the Get-MgUser or Graph API endpoint for user. Otherwise, it is impossible to get these data. Also a very few information is available which are to be fetched separately for each user. A bigger plus would be making it available for delta query.