Update-WFDatabasePassword
Updated: August 30, 2012
Update-WFDatabasePassword
Syntax
Parameter Set: Default Update-WFDatabasePassword [-InstanceDBPassword <String> ] [-ResourceDBPassword <String> ] [-WFFarmDBPassword <String> ] [ <CommonParameters>]
Parameters
-InstanceDBPassword<String>
The new password for the sql user which is used to configure the Instance database when executing New-WFFarm.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-ResourceDBPassword<String>
The new password for the sql user which is used to configure the Resource database when executing New-WFFarm.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-WFFarmDBPassword<String>
The new password for the sql user which is used to configure the Workflow farm database when executing New-WFFarm.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
Examples