Skip to main content

Test-ResponseTime

SYNOPSIS

Finds the response time of a remote computer.

SYNTAX

Test-ResponseTime [[-RemoteAddress] <String[]>] [[-ThrottleLimit] <Int32>]
[<CommonParameters>]

DESCRIPTION

Will find average, minimum, and maximum response times (from four pings) of a remote computer, which defaults to the computers logon server if an address is not specified.

EXAMPLES

EXAMPLE 1

Test-ResponseTime

Runs Test-ResponseTime.

EXAMPLE 2

Test-ResponseTime www.wanderingstag.com
Shows how to test the response time to the website www.wanderingstag.com.

EXAMPLE 3

Test-ResponseTime COMP1,www.wanderingstag.com
Shows how to test the response time to the computer COMP1 and the website www.wanderingstag.com.

EXAMPLE 4

Test-MTU COMP1,COMP2,COMP3,www.wanderingstag.com -ThrottleLimit 2
Shows how to test the response times to multiple computers, the test will be performed against two of the computers at a time.

PARAMETERS

-RemoteAddress

Specifies the name of one or more remote computers.

Type: String[]
Parameter Sets: (All)
Aliases: Host, Name, Computer, ComputerName, TestAddress

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

-ThrottleLimit

Allows you to specify the most remote computers that will be tested at a time, defaults to 5.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: 5
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

System.Management.Automation.PSCustomObject

NOTES

ALIASES

None.

PLATFORM APPLICABILITY

Windows only. The platform-aware loader does not export this command on Linux or macOS.

POWERSHELL COMPATIBILITY

See PowerShell compatibility for the supported runtime policy. PowerShell 7.6 LTS is preferred.

https://docs.keldor.dev/powershell/keldor/Test-ResponseTime