You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvements on Reset-EntraStrongAuthenticationMethodByUpn by creating a new command {future-looking} command Remove-EntraUserAuthenticationMethod.
Currently, Reset-EntraStrongAuthenticationMethodByUpn clears all the authentication methods. A better design would have a command Remove-EntraUserAuthenticationMethod that you can pass the authenticationMethod e.g. TAP, Email, Authenticator etc. The command should support a -All parameter switch to clear all the methods (looping through all the methods assigned to the user).
The use of the verb Remove suits the scenario.
Describe the feature
Create a new
How will this feature enhance your project and further the project’s overall goals? Who will benefit from this feature (i.e. all users; the project team)?
Describe alternatives you've considered
Additional context
Attribution: @SamErde for the engaging brainstorm on this.
The text was updated successfully, but these errors were encountered:
Improvements on
Reset-EntraStrongAuthenticationMethodByUpn
by creating a new command {future-looking} commandRemove-EntraUserAuthenticationMethod
.Currently,
Reset-EntraStrongAuthenticationMethodByUpn
clears all the authentication methods. A better design would have a commandRemove-EntraUserAuthenticationMethod
that you can pass the authenticationMethod e.g. TAP, Email, Authenticator etc. The command should support a-All
parameter switch to clear all the methods (looping through all the methods assigned to the user).The use of the verb
Remove
suits the scenario.Describe the feature
Create a new
How will this feature enhance your project and further the project’s overall goals? Who will benefit from this feature (i.e. all users; the project team)?
Describe alternatives you've considered
Additional context
Attribution: @SamErde for the engaging brainstorm on this.
The text was updated successfully, but these errors were encountered: