external help file | Module Name | online version | schema |
---|---|---|---|
TeamViewerPS-help.xml |
TeamViewerPS |
2.0.0 |
Customizes a TeamViewer Installation.
Add-TeamViewerCustomization [[-Id] || [-Path]] [-RestartGUI][-RemoveExisting]
Customizes a TeamViewer Installation and includes assignment of the particular device to a company if included. Customization can be perfomed in Management console under Design & Deploy.
PS /> Add-TeamViewerCustomization -Id '1234567'
PS /> Add-TeamViewerCustomization -Id '1234567' -RestartGUI
PS /> Add-TeamViewerCustomization -Id '1234567' -RestartGUI -RemoveExisting
Customizes the TeamViewer installation with Id. The next customization to be applied can already be specified after the existing customization removal is performed. The RestartGUI restarts the running TeamViewer client and the visual changes are applied.
PS /> Add-TeamViewerCustomization -Path "X:\67byysp.zip"
PS /> Add-TeamViewerCustomization -Path "X:\67byysp.zip" -RestartGUI
PS /> Add-TeamViewerCustomization -Path "X:\67byysp.zip" -RestartGUI -RemoveExisting
Customizes the TeamViewer installation with zip file. The next customization to be applied can already be specified after the existing customization removal is performed. The RestartGUI restarts the running TeamViewer client and the visual changes are applied.
Object that is required to customize the TeamViewerInstallation.
Type: Object
Parameter Sets: (All)
Aliases: None
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Object to the path of the customization zip file can be specified instead of Id.
Type: object
Parameter Sets: (All)
Aliases: None
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Switch to restart the running TeamViewer client to visualize changes.
Type: switch
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Switch to specify the next customization to be applied after the existing customization is removed.
Type: switch
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False