Test-WorkgroupClusterRemoting
Tests if remoting is configured on all nodes.
Syntax
Default (Default)
Test-WorkgroupClusterRemoting
[[-Node] <String[]>]
[[-Credentials] <PSCredential[]>]
[<CommonParameters>]
Description
The Test-WorkgroupClusterRemoting function tests if remoting is configured on all nodes. It also
verifies if CredSSP is configured.
Examples
EXAMPLE 1
Test-WorkgroupClusterRemoting -Node "Node1", "Node2" -Credentials $cred1, $cred2
This example tests if remoting is configured on Node1 and Node2 using the credentials in
$cred1 and $cred2.
Parameters
-Credentials
An array of credentials for the nodes.
Parameter properties
| Type: | PSCredential[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 3 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Node
An array of nodes to test remoting on.
Parameter properties
| Type: | String[] |
| Default value: | @() |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 2 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.