Remove-WFHost
Updated: July 27, 2012
Remove-WFHost
Syntax
Parameter Set: Default Remove-WFHost [-HostName <String> ] [-WFFarmDBConnectionString <String> ] [ <CommonParameters>]
Detailed Description
Run Remove-WFHost to remove the machine from Workflow Manager 1.0 farm that it is joined to.
Parameters
-HostName<String>
The name of the host.
Represents the name of the remote host that must be removed from the databases. Use this cmdlet when the remote host is down and must be removed from the farm.
Aliases | none |
Required? | false |
Position? | named |
Default Value | none |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-WFFarmDBConnectionString<String>
Specifies the connection string for the SQL Server instance being removed as the Service Bus for Windows Server management database.
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
Example 1
Example 2
Remove a host called machine1 from the current host when the machine is down.
PS C:\> Remove-WFHost -Hostname machine1