Reset-RASMFAUsers
Last updated
Last updated
Reset-RASMFAUsers
Reset MFA TOTP/EmailOTP authentication for all or specific users.
Reset-RASMFAUsers -** (SwitchParameter) [ (uint)] [ (uint)] [- {GAuthTOTP | TOTP | MicrosoftTOTP | EmailOTP}] [()]
Reset-RASMFAUsers -** (string[]) [ (uint)] [ (uint)] [- {GAuthTOTP | TOTP | MicrosoftTOTP | EmailOTP}] [()]
Reset MFA TOTP/EmailOTP authentication for all or specific users.
List of users for which to reset Google Authentication.
Site ID where the users need to be reset.
When present, TOTP users will be reset.
The ID of the MFA Provider to be modified.
In case of TOTP Provider, the ID will always be 0. Default: 0.
The MFA Provider Type to be modified.
If the parameter is omitted, the site ID of the Licensing Server will be used.
Possible values: GAuthTOTP, TOTP, MicrosoftTOTP, EmailOTP
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
Reset-RASMFAUsers -Users "user1@domain.com", "user2@domain.com" -Type TOTP
Reset MFA TOTP authentication for user1 and user2 on current site. **---------- EXAMPLE 2 ----------
Reset-RASMFAUsers -Users "user1@domain.com", "user2@domain.com" -Type EmailOTP -MFAId 1
Reset MFA EmailOTP authentication for user1 and user2 in MFA with Id 1. **---------- EXAMPLE 3 ----------
Reset-RASMFAUsers -Users "user1@domain.com", "user2@domain.com" -SiteID 2 -Type TOTP
Reset MFA TOTP authentication for user1 and user2 on site '2'. **---------- EXAMPLE 4 ----------
Reset-RASMFAUsers -AllUsers -Type TOTP
Reset MFA TOTP authentication for all users on current site **---------- EXAMPLE 5 ----------
Reset-RASMFAUsers -AllUsers -Type EmailOTP -MFAId 1
Reset MFA EmailOTP authentication for all users in MFA with Id 1. **---------- EXAMPLE 6 ----------
Reset-RASMFAUsers -AllUsers -SiteID 2 -Type TOTP
Reset MFA TOTP authentication for all users on site '2'.