- Add-TeamViewerSsoInclusion command to add SSO Inclusion list items.
- Adds commands to manage the roles of a TeamViewer company.
- Adds
Set-TeamViewerApiURi
to use TeamViewer test API. - Adds
Add-TeamViewerAssignment
andRemove-TeamViewerAssignment
commands to assign and unassign a device from a TeamViewer company. - Adds
Add-TeamViewerCustomization
andRemove-TeamViewerCustomization
commands to apply and remove customization. - Adds
Export-TeamViewerSystemInformation
to create zip file for support. - Adds
Set-TeamViewerPSProxy
andRemove-TeamViewerPSProxy
to set proxy to access WebAPI. - Adds
Get-TeamViewerInstallationDirectory
to return installation directory. - Adds
Get-TeamViewerCustomModuleId
to return custom module ID. - Adds
Get-TeamViewerLogFilePath
to return log file paths for different logs present. - Adds
Remove-TeamViewerPolicyFromManagedDevice
to remove policies from managed devices.
- Extends
Invoke-TeamViewerPackageDownload
with MSI package type. - Removes
-RemovePolicy
switch fromSet-TeamViewerManagedDevice
. - Modifies general module folder structure.
- Fixes
Get-TeamViewerLinuxGlobalConfig
to handle null values.
- Adds
Remove-TeamViewerPolicyFromManagedDevice
to remove a policy from a managed device.
- Adds
ManagedGroupId
parameter toSet-TeamViewerManagedDevice
.
- Improves
User ID
parameter handling forAdd-TeamViewerUserGroupMember
andRemove-TeamViewerUserGroupMember
.
- Adds
Remove-TeamViewerUser
cmdlet to remove user from TeamViewer company. (Thanks @OtterKring) - Adds
Remove-TeamViewerManagedDeviceManagement
to un-manage a device.
- Extends
Add-TeamViewerManager
to add user group as manager. (Thanks @OtterKring) - Adds
LastSeenAt
toTeamViewerManagedDevice
for managed devices.
- Adds
Get-TeamViewerConnectionReport
cmdlet to fetch TeamViewer session / connection reports.
- Fixes
-Group
parameter ofRemove-TeamViewerManagedDevice
to be mandatory.
Get-TeamViewerUser
includes license information.
- Fixes
Set-TeamViewerPolicy
to support changing policy settings.
- Adds
Get-TeamViewerEventLog
to fetch event log entries. - Adds user group commands to remotely manage user groups of a TeamViewer company.
- Adds command
Set-TeamViewerManagedDevice
to change properties of a managed device. - Adds optional
Policy
property toGet-TeamViewerManagedDevice
result entries. - Adds
-Device
parameter toGet-TeamViewerManagedGroup
command, allowing to fetch all managed groups that a particular device is part of.
- Adds
Get-TeamViewerManagementId
command to fetch the Management ID of the current device. - Adds support for 64-bit Windows TeamViewer installations.
- Improves bulk support for
Add-TeamViewerSsoExclusion
andRemove-TeamViewerSsoExclusion
.
- Initial release of TeamViewerPS