Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.5 KB

Export-TeamViewerSystemInformation.md

File metadata and controls

72 lines (46 loc) · 1.5 KB
external help file Module Name online version schema
TeamViewerPS-help.xml
TeamViewerPS
2.0.0

Export-TeamViewerSystemInformation

SYNOPSIS

Collect the files required by TeamViewer support and zip them.

SYNTAX

Export-TeamViewerSystemInformation [[-TargetDirectory] <String>] [<CommonParameters>]

DESCRIPTION

Collects the files required by TeamViewer support and creates a zip file with clientID in its name.

EXAMPLES

Example 1

PS /> Export-TeamViewerSystemInformation

The zip file is created and stored in the working directory.

Example 2

PS C:\> Export-TeamViewerSystemInformation -TargetDirectory "C:\"

The zip file is created and stored in the target directory

PARAMETERS

-TargetDirectory

Specify the target directory to store TeamViewer support file.

Type: String
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