< Back
Start-MultiPing
Post
NAME Start-MultiPing
SYNOPSIS
SYNTAX
Start-MultiPing [[-FirstAddress] <String>] [[-SecondAddress] <String>] [[-ThirdAddress] <String>]
[[-FourthAddress] <String>] [[-ReportName] <String>] [<CommonParameters>]
DESCRIPTION
MultiPing will generate a html based report to help troubleshoot network problems.
You can set multiple target to ping. Script will report a html based ping chart report
that can help you to troubleshoot latency related issues.
PARAMETERS
-FirstAddress <String>
Define first remote IP to ping. Default value: 8.8.8.8
Required? false
Position? 1
Default value 8.8.8.8
Accept pipeline input? false
Accept wildcard characters? false
-SecondAddress <String>
Define second remote IP to ping. Default value: 192.168.0.1
Required? false
Position? 2
Default value 192.168.0.1
Accept pipeline input? false
Accept wildcard characters? false
-ThirdAddress <String>
Define third remote IP to ping. Default value: irishtimes.com
Required? false
Position? 3
Default value irishtimes.com
Accept pipeline input? false
Accept wildcard characters? false
-FourthAddress <String>
Define fourth remote IP to ping. Default value: www.bbc.com
Required? false
Position? 4
Default value www.bbc.com
Accept pipeline input? false
Accept wildcard characters? false
-ReportName <String>
Define the name of the report that will be generated. Default value: PingStatistics.HhmlChart.html
Required? false
Position? 5
Default value PingStatistics.HhmlChart.html
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Start-Multiping
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Start-MultiPing -FirstAddress 4.4.4.4
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Start-MultiPing -FirstAddress 4.4.4.4 -ReportName Test.Report
RELATED LINKS
SYNOPSIS
SYNTAX
Start-MultiPing [[-FirstAddress] <String>] [[-SecondAddress] <String>] [[-ThirdAddress] <String>]
[[-FourthAddress] <String>] [[-ReportName] <String>] [<CommonParameters>]
DESCRIPTION
MultiPing will generate a html based report to help troubleshoot network problems.
You can set multiple target to ping. Script will report a html based ping chart report
that can help you to troubleshoot latency related issues.
PARAMETERS
-FirstAddress <String>
Define first remote IP to ping. Default value: 8.8.8.8
Required? false
Position? 1
Default value 8.8.8.8
Accept pipeline input? false
Accept wildcard characters? false
-SecondAddress <String>
Define second remote IP to ping. Default value: 192.168.0.1
Required? false
Position? 2
Default value 192.168.0.1
Accept pipeline input? false
Accept wildcard characters? false
-ThirdAddress <String>
Define third remote IP to ping. Default value: irishtimes.com
Required? false
Position? 3
Default value irishtimes.com
Accept pipeline input? false
Accept wildcard characters? false
-FourthAddress <String>
Define fourth remote IP to ping. Default value: www.bbc.com
Required? false
Position? 4
Default value www.bbc.com
Accept pipeline input? false
Accept wildcard characters? false
-ReportName <String>
Define the name of the report that will be generated. Default value: PingStatistics.HhmlChart.html
Required? false
Position? 5
Default value PingStatistics.HhmlChart.html
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Start-Multiping
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Start-MultiPing -FirstAddress 4.4.4.4
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>Start-MultiPing -FirstAddress 4.4.4.4 -ReportName Test.Report
RELATED LINKS