Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1006 Bytes

Get-TeamViewerLogFilePath.md

File metadata and controls

70 lines (45 loc) · 1006 Bytes
external help file Module Name online version schema
TeamViewerPS-help.xml
TeamViewerPS
2.0.0

Get-TeamViewerLogFilePath

SYNOPSIS

Retrieves TeamViewer log files.

SYNTAX

Get-TeamViewerLogFilePath -OpenFile <switch>

DESCRIPTION

The command checks the required directories and returns the paths for log files.

EXAMPLES

Example 1

PS /> Get-TeamViewerLogFilePath 

Returns the paths for log files.

Example 2

PS /> Get-TeamViewerLogFilePath -OpenFile

Provides a prompt with choice to open the located files.

PARAMETERS

-OpenFile

Switch to open a log file.

Type: switch
Parameter Sets: (All)
Aliases: None

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

None

INPUTS

OUTPUTS

NOTES

RELATED LINKS