RSA SecurID, formerly referred to as SecurID, is a mechanism developed by RSA for performing two-factor authentication for a user to a network resource.
Command-line options for installer configuration. See the official page for details and defaults.
/SETCOPYPROTECTION:OPTION
to remove the binding of the token to the specific machine on which the token is imported; and thus to be able to find it on any other machine./SETSINGLEDATABASE:OPTION
to remove the binding of the token to the specific user accessing the machine. The installation is still secured as the token is stored in the home drive of each user and cannot be accessed by any other user./SETDATABASEDIR:OPTION
to install the database containing the user’s software token to a location other than the default directory.
choco install rsa-secureid-software-token --params "/SETCOPYPROTECTION:FALSE"
choco install rsa-secureid-software-token --params "/SETCOPYPROTECTION:FALSE /SETSINGLEDATABASE:FALSE"
choco install rsa-secureid-software-token --params "/SETCOPYPROTECTION:FALSE /SETSINGLEDATABASE:TRUE /SETDATABASEDIR:<DRIVE_LETTER>\<PATH>"
choco install rsa-secureid-software-token
© 2022, Open Circle AG