This topic has not yet been rated - Rate this topic

Handling Service Password Changes

Many installations require all users to change passwords periodically. Use the following procedure to change the password of the service account.

  1. Log out of the service account.

  2. Log back into the service account using the new password.

  3. Run the following cmdlets from the PowerShell prompt of Microsoft AppFabric Server:

    $AccountPassword = ConvertTo-SecureString -String NewPassword -AsPlainText -Force
    Stop-WFHost -Verbose
    Update-WFHost -RunAsPassword $AccountPassword –Verbose
    Start-WFHost -Verbose
    

You can now freely add or remove nodes from the farm.


Workflow Manager 1.0 MSDN Community Forum


Build Date:

2013-04-11
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter