external help file | Module Name | online version | schema |
---|---|---|---|
TeamViewerPS-help.xml |
TeamViewerPS |
2.0.0 |
Collect the files required by TeamViewer support and zip them.
Export-TeamViewerSystemInformation [[-TargetDirectory] <String>] [<CommonParameters>]
Collects the files required by TeamViewer support and creates a zip file with clientID in its name.
PS /> Export-TeamViewerSystemInformation
The zip file is created and stored in the working directory.
PS C:\> Export-TeamViewerSystemInformation -TargetDirectory "C:\"
The zip file is created and stored in the target directory
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.