msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Get-MgUser and Get-mgBetaUser perUserMFAState parameter serialisation
Is your feature request related to a problem? Please describe the problem.
The parameter perUserMfaState is now available in the REST API users endpoint from both v1.0 and beta version using
https://graph.microsoft.com/beta/users?$select=id,userPrincipalName,signInActivity,accountEnabled,displayName,perUserMfaState
Describe the solution you'd like.
It would be great to consume this parameter using the SDK Get-MgUser -property "id,userPrincipalName,signInActivity,accountEnabled,displayName,perUserMfaState"
Thanks
and keep the good work
Additional context?
No response
@ramsessanchez can you please take a look at this and see if this has been added in our latest revisions?