; /*++ BUILD Version: 0001 // Increment this if a change has global effects ;Copyright (c) 1997-2001 Microsoft Corporation ; ;Module Name: ; ; rpfxmsg.mc ; ;Abstract: ; ; This file contains the message definitions for the rpfx utility ; ;Author: ; ; Duncan Bryce [DuncanB] 11-Nov-2001 ; ;Revision History: ; ;--*/ MessageId=8001 SymbolicName=IDS_ERROR_PARAMETER_MISSING Language=English Required parameter missing: '%1' . MessageId=8002 SymbolicName=IDS_ERROR_ONEOF_2_PARAMETERS_MISSING Language=English Required parameter(s) missing: one of '%1' or '%2' . MessageId=8003 SymbolicName=IDS_ERROR_UNEXPECTED_PARAMS Language=English The following arguments were unexpected: . MessageId=8004 SymbolicName=IDS_ERROR_GENERAL Language=English The following error occured: %1 . MessageId=8005 SymbolicName=IDS_REMOTE_INSTALL_ERROR Language=English [%1]: ERROR: %2. . MessageId=8006 SymbolicName=IDS_REMOTE_INSTALL_SUCCESS Language=English [%1]: installed successfully. . MessageId=9000 SymbolicName=IDS_HELP Language=English Installs a PFX file on one or more remote machines. rpfx /file: /pfxpwd: /server: [/exportable] [/user: /pwd:] rpfx /file: /pfxpwd: /serverlist: [/exportable] [/user: /pwd:] /file: Name of the PFX file to be installed /pfxpwd: Password used for PFX file /server: Machine name of server to install PFX on /serverlist: Name of file containing a carriage return delimited list of machines to install PFX on. May not be combined with /server parameter /exportable Mark the key as exportable when installed on remote machine /user: User name to authenticate to remote machine(s) /pwd: Password for user name on remote machine(s) .