mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-27 09:08:58 +01:00
34 lines
717 B
Markdown
34 lines
717 B
Markdown
# Help for check-ping.ps1 PowerShell Script
|
|
|
|
## Synopsis & Description
|
|
```powershell
|
|
check-ping.ps1
|
|
```
|
|
|
|
Checks the ping latency from the local computer to the internet.
|
|
|
|
## Syntax & Parameters
|
|
```powershell
|
|
/home/mf/PowerShell/Scripts/check-ping.ps1 [<CommonParameters>]
|
|
```
|
|
|
|
```
|
|
[<CommonParameters>]
|
|
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
|
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
|
```
|
|
|
|
## Example
|
|
```powershell
|
|
PS>.\check-ping.ps1
|
|
```
|
|
|
|
|
|
## Notes
|
|
Author: Markus Fleschutz · License: CC0
|
|
|
|
## Related Links
|
|
https://github.com/fleschutz/PowerShell
|
|
|
|
*Generated from comment-based help of check-ping.ps1 by convert-ps2md.ps1*
|