| external help file | TeamViewerPS-help.xml |
|---|---|
| Module Name | TeamViewerPS |
| online version | https://github.com/teamviewer/TeamViewerPS/blob/main/Docs/Help/Export-TeamViewerSystemInformation.md |
| schema | 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-TeamViewerSystemInformationThe 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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.