To locally update providers by using the command line

  1. Copy the provider file USProvider.msi from the Program Files\FRS Monitoring folder on the console server to the remote replica members on which you want to update the provider.
  2. On the remote servers, at the command prompt, type the following:
    msiexec /fvamus USProvider.msi CONTROLLERACCOUNT=ControllerComputerAccount
    

    In the above syntax, for ControllerComputerAccount substitute the computer account name of the server where the controller is installed. The expected format for the computer account name is ComputerName$@FullyQualifiedDomainName. For example, if the controller is running on a computer whose fully qualified DNS name is server1.microsoft.com, you must specify the controller account name as server1$@microsoft.com. Note that case is important for the CONTROLLERACCOUNT parameter.