| external help file | TeamViewerPS-help.xml |
|---|---|
| Module Name | TeamViewerPS |
| online version | https://github.com/teamviewer/TeamViewerPS/blob/main/Docs/Help/Invoke-TeamViewerPackageDownload.md |
| schema | 2.0.0 |
Download the TeamViewer installation package.
Invoke-TeamViewerPackageDownload [[-PackageType] <String>] [[-MajorVersion] <Int32>]
[[-TargetDirectory] <String>] [-Force] [<CommonParameters>]Download the TeamViewer installation package for the current platform.
PS /> Invoke-TeamViewerPackageDownloadPS C:\> Invoke-TeamViewerPackageDownload -PackageType QuickSupportPS C:\> Invoke-TeamViewerPackageDownload -PackageType MSI64 -TargetDirectory (Join-Path -Path $env:UserProfile -ChildPath "Downloads")Downloads the MSI for 64-bit architecture and stores the file in the downloads folder of the current user.
If set, the command will override existing files without asking for confirmation.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecify the major version of TeamViewer to download the installation package for. This option is only available on Windows platforms.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecify the type of installation package to download. This option is only available on Windows platforms.
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Full, Host, MSI32, MSI64, Portable, QuickJoin, QuickSupport, Full64Bit
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecify the target directory to download TeamViewer installation files to. Defaults
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
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.