Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.52 KB

File metadata and controls

73 lines (48 loc) · 1.52 KB
external help file TeamViewerPS-help.xml
Module Name TeamViewerPS
online version https://github.com/teamviewer/TeamViewerPS/blob/main/Docs/Help/Test-TeamViewerConnectivity.md
schema 2.0.0

Test-TeamViewerConnectivity

SYNOPSIS

Test if the TeamViewer network is reachable from this machine.

SYNTAX

Test-TeamViewerConnectivity [-Quiet] [<CommonParameters>]

DESCRIPTION

The command attempts to connect to the external TeamViewer endpoints that are required to be reachable by the TeamViewer client. Use this command to troubleshoot possible connection related issues.

EXAMPLES

Example 1

PS /> Test-TeamViewerConnectivity -Quiet

Example 2

PS /> Test-TeamViewerConnectivity -Verbose

Shows an overview of the connected endpoints including ports.

PARAMETERS

-Quiet

Suppress any output and only return True or False depending on the overall outcome of the connection test.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
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

None

OUTPUTS

NOTES

RELATED LINKS