Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.01 KB

Get-TeamViewerId.md

File metadata and controls

48 lines (30 loc) · 1.01 KB
external help file Module Name online version schema
TeamViewerPS-help.xml
TeamViewerPS
2.0.0

Get-TeamViewerId

SYNOPSIS

Returns the TeamViewer ID of the locally installed TeamViewer.

SYNTAX

Get-TeamViewerId [<CommonParameters>]

DESCRIPTION

Returns the TeamViewer ID of the locally installed TeamViewer. This ID can be used to connect to this machine. Returns nothing if TeamViewer is not installed on this machine.

EXAMPLES

Example 1

PS /> $tvid = Get-TeamViewerId

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