Skip to content

Latest commit

 

History

History
130 lines (91 loc) · 2.64 KB

File metadata and controls

130 lines (91 loc) · 2.64 KB
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

Invoke-TeamViewerPackageDownload

SYNOPSIS

Download the TeamViewer installation package.

SYNTAX

Invoke-TeamViewerPackageDownload [[-PackageType] <String>] [[-MajorVersion] <Int32>]
 [[-TargetDirectory] <String>] [-Force] [<CommonParameters>]

DESCRIPTION

Download the TeamViewer installation package for the current platform.

EXAMPLES

Example 1

PS /> Invoke-TeamViewerPackageDownload

Example 2

PS C:\> Invoke-TeamViewerPackageDownload -PackageType QuickSupport

Example 3

PS 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.

PARAMETERS

-Force

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: False

-MajorVersion

Specify 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: False

-PackageType

Specify 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: False

-TargetDirectory

Specify 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: 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