Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1006 Bytes

File metadata and controls

47 lines (29 loc) · 1006 Bytes
external help file TeamViewerPS-help.xml
Module Name TeamViewerPS
online version https://github.com/teamviewer/TeamViewerPS/blob/main/Docs/Help/Test-TeamViewerInstallation.md
schema 2.0.0

Test-TeamViewerInstallation

SYNOPSIS

Check if TeamViewer is installed on this machine.

SYNTAX

Test-TeamViewerInstallation [<CommonParameters>]

DESCRIPTION

Test if TeamViewer is installed on this machine. The command simply returns True if installed, or False otherwise.

EXAMPLES

Example 1

PS /> Test-TeamViewerInstallation

PARAMETERS

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