Test-PSRemote

SYNOPSIS

Test PSb Remote to a device.

SYNTAX

Test-PSRemote [-ComputerName] <String[]> [[-Credential] <PSCredential>] [<CommonParameters>]

DESCRIPTION

Test PSb Remote to a device.

EXAMPLES

EXAMPLE 1

Test-PSRemote -ComputerName Apollo

PARAMETERS

-ComputerName

Device to test.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Username to use.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES