Test-WorkgroupClusterRemoting
Tests if remoting is configured on all nodes.
Syntax
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.
Type: | PSCredential[] |
Position: | 3 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Node
An array of nodes to test remoting on.
Type: | String[] |
Position: | 2 |
Default value: | @() |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |